Fix incorrect file reference in guc.h

Michael Paquier <michael@paquier.xyz>

Commit: e9682da594403fdb503669ca24f3f589a179cfe4
Author: Michael Paquier <michael@paquier.xyz>
Date: 2025-09-11T01:15:37Z
Releases: 18.0
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

Files

PathChange+/−
src/include/utils/guc.h modified +1 −1

Discussion