pgsql: Add --xlogdir option to pg_basebackup, for specifying the pg_xlo

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add --xlogdir option to pg_basebackup, for specifying the pg_xlo
Date: 2013-11-27 05:03:11
Message-ID: E1VlXHL-0003nx-KP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add --xlogdir option to pg_basebackup, for specifying the pg_xlog directory.

Haribabu kommi, slightly modified by me.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2013-11-27 10:19:02 pgsql: ECPG: Fix searching for quoted cursor names case-sensitively.
Previous Message Fujii Masao 2013-11-27 04:50:37 pgsql: Fix typo in release note.