Fix outdated references to guc.c
Daniel Gustafsson <dgustafsson@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/variable.c | modified | +1 −1 |
| src/backend/libpq/be-secure-openssl.c | modified | +2 −1 |
| src/backend/storage/lmgr/predicate.c | modified | +3 −3 |
| src/bin/pg_dump/dumputils.c | modified | +1 −1 |
| src/include/miscadmin.h | modified | +1 −1 |
| src/test/modules/test_misc/t/003_check_guc.pl | modified | +4 −4 |
| src/timezone/pgtz.c | modified | +1 −1 |
Discussion
- Stale references to guc.c in comments/tests 6 messages · 2023-02-24 → 2023-02-28