mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
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@sss.pgh.pa.us>
Discussion: https://postgr.es/m/6B50C70C-8C1F-4F9A-A7C0-EEAFCC032406@yesql.se
This commit is contained in:
@ -291,7 +291,7 @@ extern void PreventCommandIfReadOnly(const char *cmdname);
|
||||
extern void PreventCommandIfParallelMode(const char *cmdname);
|
||||
extern void PreventCommandDuringRecovery(const char *cmdname);
|
||||
|
||||
/* in utils/misc/guc.c */
|
||||
/* in utils/misc/guc_tables.c */
|
||||
extern PGDLLIMPORT int trace_recovery_messages;
|
||||
extern int trace_recovery(int trace_level);
|
||||
|
||||
|
Reference in New Issue
Block a user