Fix incorrect file reference in guc.h
authorMichael Paquier <michael@paquier.xyz>
Thu, 11 Sep 2025 01:15:39 +0000 (10:15 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 11 Sep 2025 01:15:39 +0000 (10:15 +0900)
commitf918916cdbedb6f6b032ad5de091d894ddcc95f0
treeb1636b8672318d0cac00d2afff3d68a4146d765a
parent862980f924ff19fbaa6aba39809f1a89fc215027
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
src/include/utils/guc.h