pgsql: Fix outdated references to guc.c

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated references to guc.c
Date: 2023-03-02 13:10:01
Message-ID: E1pXih7-001WhA-8m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)sss(dot)pgh(dot)pa(dot)us>
Discussion: https://postgr.es/m/6B50C70C-8C1F-4F9A-A7C0-EEAFCC032406@yesql.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ab1bc2939f32aa995bdb81eaac3bb28f908e980

Modified Files
--------------
src/backend/commands/variable.c | 2 +-
src/backend/libpq/be-secure-openssl.c | 3 ++-
src/backend/storage/lmgr/predicate.c | 6 +++---
src/bin/pg_dump/dumputils.c | 2 +-
src/include/miscadmin.h | 2 +-
src/test/modules/test_misc/t/003_check_guc.pl | 8 ++++----
src/timezone/pgtz.c | 2 +-
7 files changed, 13 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-03-02 14:23:08 pgsql: Mark options as deprecated in usage output
Previous Message Peter Eisentraut 2023-03-02 06:59:55 pgsql: Make some xlogreader messages more accurate