]> granicus.if.org Git - postgresql/commit
Fix handling of symlinked pg_stat_tmp and pg_replslot
authorMagnus Hagander <magnus@hagander.net>
Mon, 7 Nov 2016 13:47:30 +0000 (14:47 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 7 Nov 2016 14:04:23 +0000 (15:04 +0100)
commit5556420d46fd890fe684724daa32dd4bcc8c4b42
treeaf0e8e4431bc485fbeae375738adcfa1d49209fa
parent110413a35794ef38cbd3f5a73f5865da88b349c1
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.
src/backend/replication/basebackup.c