postgresql/src/backend
Daniel Gustafsson 7ab1bc2939 Fix outdated references to guc.c
Commit 0a20ff54f split out the GUC variables from guc.c into a new file
guc_tables.c. This updates comments referencing guc.c regarding variables
which are now in guc_tables.c.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/6B50C70C-8C1F-4F9A-A7C0-EEAFCC032406@yesql.se
2023-03-02 13:49:39 +01:00
..
access Make some xlogreader messages more accurate 2023-03-02 07:46:12 +01:00
archive Redesign archive modules 2023-02-17 14:26:42 +09:00
backup Improve TimestampDifferenceMilliseconds to cope with overflow sanely. 2023-01-26 17:09:12 -05:00
bootstrap Update copyright for 2023 2023-01-02 15:00:37 -05:00
catalog Disallow NULLS NOT DISTINCT indexes for primary keys 2023-02-24 11:09:50 +01:00
commands Fix outdated references to guc.c 2023-03-02 13:49:39 +01:00
executor Fix MULTIEXPR_SUBLINK with partitioned target tables, yet again. 2023-02-25 14:44:14 -05:00
foreign Update copyright for 2023 2023-01-02 15:00:37 -05:00
jit Fix various typos in code and tests 2023-02-09 14:43:53 +09:00
lib Fix ILIST_DEBUG build 2023-01-18 10:26:15 -08:00
libpq Fix outdated references to guc.c 2023-03-02 13:49:39 +01:00
main Update copyright for 2023 2023-01-02 15:00:37 -05:00
nodes Mark more nodes with attribute no_query_jumble 2023-02-13 09:07:33 +09:00
optimizer Fix mis-handling of outer join quals generated by EquivalenceClasses. 2023-02-23 11:05:58 -05:00
parser Fix incorrect format placeholder 2023-02-10 12:00:51 +01:00
partitioning Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
po Update copyright for 2023 2023-01-02 15:00:37 -05:00
port Update copyright for 2023 2023-01-02 15:00:37 -05:00
postmaster Redesign archive modules 2023-02-17 14:26:42 +09:00
regex Refactor to introduce pg_locale_deterministic(). 2023-02-23 11:17:41 -08:00
replication Don't repeatedly register cache callbacks in pgoutput plugin. 2023-02-23 15:40:42 -05:00
rewrite Fix mishandling of OLD/NEW references in subqueries in rule actions. 2023-02-25 14:41:12 +00:00
snowball Update copyright for 2023 2023-01-02 15:00:37 -05:00
statistics Fix incorrect format placeholders 2023-02-24 08:02:48 +01:00
storage Fix outdated references to guc.c 2023-03-02 13:49:39 +01:00
tcop Speedup and increase usability of set proc title functions 2023-02-20 16:18:27 +13:00
tsearch Remove useless casts to (void *) in arguments of some system functions 2023-02-07 06:57:59 +01:00
utils Avoid fetching one past the end of translate()'s "to" parameter. 2023-03-01 11:30:31 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Blind attempt to fix LLVM dependency in the backend 2022-09-15 10:53:48 +07:00
Makefile Redesign archive modules 2023-02-17 14:26:42 +09:00
meson.build Redesign archive modules 2023-02-17 14:26:42 +09:00
nls.mk NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00