mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Fix incorrect file reference in guc.h
GucSource_Names was documented as being in guc.c, but since 0a20ff54f5
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
This commit is contained in:
parent
862980f924
commit
f918916cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ typedef enum
|
|||
* will show as "default" in pg_settings. If there is a specific reason not
|
||||
* to want that, use source == PGC_S_OVERRIDE.
|
||||
*
|
||||
* NB: see GucSource_Names in guc.c if you change this.
|
||||
* NB: see GucSource_Names in guc_tables.c if you change this.
|
||||
*/
|
||||
typedef enum
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue