pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot
Date: 2016-11-07 14:07:32
Message-ID: E1c3kaC-00040Q-Qp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix handling of symlinked pg_stat_tmp and pg_replslot

This was already fixed in HEAD as part of 6ad8ac60 but was not
backpatched.

Also change the way pg_xlog is handled to be the same as the other
directories.

Patch from me with pg_xlog addition from Michael Paquier, test updates
from David Steele.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5556420d46fd890fe684724daa32dd4bcc8c4b42

Modified Files
--------------
src/backend/replication/basebackup.c | 48 ++++++++++++++++++++++--------------
1 file changed, 30 insertions(+), 18 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-11-07 14:21:09 pgsql: Save redundant code for pseudotype I/O functions
Previous Message Tom Lane 2016-11-07 00:22:17 pgsql: Sync pltcl_build_tuple_result's error handling with pltcl_trigge