On Mon, Aug 3, 2015 at 9:34 PM, Heikki Linnakangas <[email protected]> wrote: > 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.
+ symlink($master_xlogdir, "$test_master_datadir/pg_xlog") or die; This will die on Windows, hence I think that this test should be skipped in this case. -- Michael -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
