Fix outdated references to guc.c
commit7ab1bc2939f32aa995bdb81eaac3bb28f908e980
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 2 Mar 2023 12:49:39 +0000 (2 13:49 +0100)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 2 Mar 2023 12:49:39 +0000 (2 13:49 +0100)
tree79df7e4ce1b2ea07fa4da8576fe2faa455862dcd
parent4ac30ba4f29d4b586b131404b0d514f16501272a
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
src/backend/commands/variable.c
src/backend/libpq/be-secure-openssl.c
src/backend/storage/lmgr/predicate.c
src/bin/pg_dump/dumputils.c
src/include/miscadmin.h
src/test/modules/test_misc/t/003_check_guc.pl
src/timezone/pgtz.c