1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-22 14:32:25 +03:00

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
This commit is contained in:
John Naylor
2022-08-16 12:01:41 +07:00
parent 1b188ea792
commit 80e8450a74
4 changed files with 28 additions and 11 deletions

View File

@@ -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"