Move tar function headers to pgtar.h

Magnus Hagander <magnus@hagander.net>

Commit: 794397ae1d1c6d33d11a9b0951a420c2082bcd6c
Author: Magnus Hagander <magnus@hagander.net>
Date: 2013-01-02T19:34:08Z
Releases: 9.3.0
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

PathChange+/−
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