]> granicus.if.org Git - postgresql/commit
Move tar function headers to pgtar.h
authorMagnus Hagander <magnus@hagander.net>
Wed, 2 Jan 2013 19:34:08 +0000 (20:34 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 2 Jan 2013 19:34:08 +0000 (20:34 +0100)
commit794397ae1d1c6d33d11a9b0951a420c2082bcd6c
tree264d494bd1e7a051815c1f6375078e3d6914fd41
parentdfbba2c86cc8f09cf3ffca3d305b4ce54a7fb49a
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)
src/backend/replication/basebackup.c
src/bin/pg_dump/pg_backup_tar.c
src/include/pgtar.h [new file with mode: 0644]
src/include/port.h
src/port/tar.c