pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot
Date
Msg-id E1c3kaC-00040P-Qm@gemulon.postgresql.org
Whole thread Raw
List 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_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/6d779e05a03d2c06433b71b76f9b0168d47d1a3e

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


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot
Next
From: Magnus Hagander
Date:
Subject: pgsql: Fix handling of symlinked pg_stat_tmp and pg_replslot