summaryrefslogtreecommitdiff
path: root/src/backend/postmaster
diff options
context:
space:
mode:
authorPeter Eisentraut2017-01-21 01:29:53 +0000
committerPeter Eisentraut2017-01-21 01:29:53 +0000
commitf21a563d25dbae153937aec062161184189478b8 (patch)
treeab2d926b86e912036c542bce4da14db2661338ff /src/backend/postmaster
parentc6a389792e08980e395055ac219303cf4357ba33 (diff)
Move some things from builtins.h to new header files
This avoids that builtins.h has to include additional header files.
Diffstat (limited to 'src/backend/postmaster')
-rw-r--r--src/backend/postmaster/postmaster.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c
index 8d99c7a0d4e..91ccbe78c07 100644
--- a/src/backend/postmaster/postmaster.c
+++ b/src/backend/postmaster/postmaster.c
@@ -127,6 +127,7 @@
#include "utils/memutils.h"
#include "utils/ps_status.h"
#include "utils/timeout.h"
+#include "utils/varlena.h"
#ifdef EXEC_BACKEND
#include "storage/spin.h"