pgsql: pg_basebackup: Skip only the *contents* of pg_replslot.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_basebackup: Skip only the *contents* of pg_replslot.
Date: 2014-02-25 16:32:35
Message-ID: E1WIKvr-0007yU-51@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_basebackup: Skip only the *contents* of pg_replslot.

Include the directory itself.

Fujii Masao

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/278c94209b90b8e241f64ea4ce2d955b63b1f5d7

Modified Files
--------------
src/backend/replication/basebackup.c | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2014-02-25 17:37:19 pgsql: Show xid and xmin in pg_stat_activity and pg_stat_replication.
Previous Message Robert Haas 2014-02-25 16:25:38 Re: pgsql: Introduce replication slots.