diff options
| author | John Naylor | 2022-08-16 05:01:41 +0000 |
|---|---|---|
| committer | John Naylor | 2022-09-04 03:45:56 +0000 |
| commit | 80e8450a744b1f6fa75663f37f1db3388995dc67 (patch) | |
| tree | 7dc1d279ee049d49b688e00b80e10fdf3c2a2bfb /src/backend/utils/misc/guc.c | |
| parent | 1b188ea7921a7d4f6cc569541e32c980d2221f9d (diff) | |
Move private declarations shared between guc.c and guc-file.l to new header
Further preparatory refactoring for compiling guc-file.c standalone.
Reviewed by Andres Freund
Discussion: https://www.postgresql.org/message-id/20220810171935.7k5zgnjwqzalzmtm%40awork3.anarazel.de
Discussion: https://www.postgresql.org/message-id/CAFBsxsF8Gc2StS3haXofshHCzqNMRXiSxvQEYGwnFsTmsdwNeg@mail.gmail.com
Diffstat (limited to 'src/backend/utils/misc/guc.c')
| -rw-r--r-- | src/backend/utils/misc/guc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index 66ab3912a0e..0e6c13fa2a7 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -57,6 +57,7 @@ #include "commands/variable.h" #include "common/string.h" #include "funcapi.h" +#include "guc_internal.h" #include "jit/jit.h" #include "libpq/auth.h" #include "libpq/libpq.h" |
