summaryrefslogtreecommitdiff
path: root/src/backend/replication/basebackup.c
diff options
context:
space:
mode:
authorMagnus Hagander2013-01-02 19:34:08 +0000
committerMagnus Hagander2013-01-02 19:34:08 +0000
commit794397ae1d1c6d33d11a9b0951a420c2082bcd6c (patch)
tree264d494bd1e7a051815c1f6375078e3d6914fd41 /src/backend/replication/basebackup.c
parentdfbba2c86cc8f09cf3ffca3d305b4ce54a7fb49a (diff)
Move tar function headers to pgtar.h
This makes it possible to include them only where they are used, so we can avoid the conflict of the uid_t and gid_t datatypes that happened in plperl (since plperl doesn't need the tar functions)
Diffstat (limited to 'src/backend/replication/basebackup.c')
-rw-r--r--src/backend/replication/basebackup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/replication/basebackup.c b/src/backend/replication/basebackup.c
index 81933ddc18..0e50ed169e 100644
--- a/src/backend/replication/basebackup.c
+++ b/src/backend/replication/basebackup.c
@@ -32,6 +32,7 @@
#include "utils/builtins.h"
#include "utils/elog.h"
#include "utils/ps_status.h"
+#include "pgtar.h"
typedef struct
{