pgsql: Use --debug flag in "remote" pg_rewind regression tests. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Use --debug flag in "remote" pg_rewind regression tests.
Date
Msg-id E1ZDBio-0003U3-Lu@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use --debug flag in "remote" pg_rewind regression tests.

Gives more information in the log, to debug possible failures.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/23b8928829038ef3fba5a04e4f2707c6034464c4

Modified Files
--------------
src/bin/pg_rewind/RewindTest.pm |    1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix another broken link in documentation.
Next
From: Fujii Masao
Date:
Subject: pgsql: Make wal_compression PGC_SUSET rather than PGC_USERSET.