1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

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)
This commit is contained in:
Magnus Hagander
2013-01-02 20:34:08 +01:00
parent dfbba2c86c
commit 794397ae1d
5 changed files with 18 additions and 4 deletions

View File

@ -32,6 +32,7 @@
#include "utils/builtins.h"
#include "utils/elog.h"
#include "utils/ps_status.h"
#include "pgtar.h"
typedef struct
{