]> 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 13:47:30 +0000 (14:47 +0100)
commitb6a323a8c9b8f75a974e44cc6bb91f0d08e19e7f
tree6b7e76eea8c3d7c79a4b42a1c4bf3a6c27871cf4
parent3af8467e9a5950f3ee908607867a008e0442f108
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
src/bin/pg_basebackup/t/010_pg_basebackup.pl