pgsql: Allow pg_basebackup compressed tar output to stdout

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow pg_basebackup compressed tar output to stdout
Date: 2011-05-28 22:25:27
Message-ID: E1QQRwl-0005Sc-W0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow pg_basebackup compressed tar output to stdout

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 3 +-
src/bin/pg_basebackup/pg_basebackup.c | 34 +++++++++++++++++++++++---------
2 files changed, 25 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-05-29 19:00:56 pgsql: Correct description of log_connections and log_disconnections
Previous Message Tom Lane 2011-05-28 16:38:29 pgsql: Fix null-dereference crash in parse_xml_decl().