pgsql: Move tar function headers to pgtar.h

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move tar function headers to pgtar.h
Date: 2013-01-02 19:37:43
Message-ID: E1TqU8F-0005Aj-NB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/794397ae1d1c6d33d11a9b0951a420c2082bcd6c

Modified Files
--------------
src/backend/replication/basebackup.c | 1 +
src/bin/pg_dump/pg_backup_tar.c | 1 +
src/include/pgtar.h | 15 +++++++++++++++
src/include/port.h | 4 ----
src/port/tar.c | 1 +
5 files changed, 18 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-01-02 20:29:24 Re: [COMMITTERS] pgsql: Unify some tar functionality across different parts
Previous Message Alvaro Herrera 2013-01-02 19:14:17 pgsql: Make sure MaxBackends is always set