]> git.ipfire.org Git - thirdparty/postgresql.git/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:03:56 +0000 (15:03 +0100)
commit6d779e05a03d2c06433b71b76f9b0168d47d1a3e
tree6430e5c893b9efeeb5e89edb47275fa735fb27d2
parentabdc839985a396cb8516a9131e75f602ae277d27
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