postgresql/src/bin/pg_rewind/t
Heikki Linnakangas 0e42397f42 Fix pg_rewind when pg_xlog is a symlink.
pg_xlog is often a symlink, typically to a different filesystem. Don't
get confused and comlain about by that, and just always pretend that it's a
normal directory, even if it's really a symlink.

Also add a test case for this.

Backpatch to 9.5.
2015-08-03 15:32:06 +03:00
..
001_basic.pl Fix pg_rewind when pg_xlog is a symlink. 2015-08-03 15:32:06 +03:00
002_databases.pl Fix pg_rewind when pg_xlog is a symlink. 2015-08-03 15:32:06 +03:00
003_extrafiles.pl Fix pg_rewind when pg_xlog is a symlink. 2015-08-03 15:32:06 +03:00
004_pg_xlog_symlink.pl Fix pg_rewind when pg_xlog is a symlink. 2015-08-03 15:32:06 +03:00