Move tar function headers to pgtar.h
Magnus Hagander <magnus@hagander.net>
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)
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/basebackup.c | modified | +1 −0 |
| src/bin/pg_dump/pg_backup_tar.c | modified | +1 −0 |
| src/include/pgtar.h | added | +15 −0 |
| src/include/port.h | modified | +0 −4 |
| src/port/tar.c | modified | +1 −0 |