pgsql: Fix incorrect file reference in guc.h - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix incorrect file reference in guc.h
Date
Msg-id E1uwVuy-0006DH-14@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix incorrect file reference in guc.h

GucSource_Names was documented as being in guc.c, but since 0a20ff54f5e6
it is located in guc_tables.c.  The reference to the location of
GucSource_Names is important, as GucSource needs to be kept in sync with
GucSource_Names.

Author: David G. Johnston <david.g.johnston@gmail.com>
Discussion: https://postgr.es/m/CAKFQuwYPgAHWPYjPzK7iXzhSZ6MKR8w20_Nz7ZXpOvx=kZbs7A@mail.gmail.com
Backpatch-through: 16

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f918916cdbedb6f6b032ad5de091d894ddcc95f0

Modified Files
--------------
src/include/utils/guc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid faulty alignment of Datums in build_sorted_items().
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix description of WAL record blocks in hash_xlog.h