pgsql: Unify some tar functionality across different parts

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Unify some tar functionality across different parts
Date: 2013-01-01 17:25:12
Message-ID: E1Tq5aS-00064s-Ap@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Unify some tar functionality across different parts

Move some of the tar functionality that existed mostly duplicated
in both pg_dump and the walsender basebackup functionality into
port/tar.c instead, so it can be used from both. It will also be
used by pg_basebackup in the future, which would've caused a third
copy of it around.

Zoltan Boszormenyi and Magnus Hagander

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f5d4bdd3a5c1b7987a257b2a64e977501338af0d

Modified Files
--------------
src/backend/replication/basebackup.c | 128 +-----------------------------
src/bin/pg_dump/pg_backup_tar.c | 105 +------------------------
src/include/port.h | 4 +
src/port/Makefile | 2 +-
src/port/tar.c | 143 ++++++++++++++++++++++++++++++++++
5 files changed, 154 insertions(+), 228 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2013-01-01 17:30:38 pgsql: Add new file to MSVC build system as well
Previous Message Heikki Linnakangas 2013-01-01 16:10:50 pgsql: Winflex binary on FTP site doesn't work on 64-bit Windows, updat

Browse pgsql-hackers by date

  From Date Subject
Next Message Boszormenyi Zoltan 2013-01-01 18:13:55 Re: [PATCH] Make pg_basebackup configure and start standby [Review]
Previous Message Magnus Hagander 2013-01-01 17:25:03 Re: [PATCH] Make pg_basebackup configure and start standby [Review]