]> granicus.if.org Git - postgresql/commit
Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Aug 2019 21:02:52 +0000 (17:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 26 Aug 2019 21:02:52 +0000 (17:02 -0400)
commitfb57f40eec503d637bf01c298f5cb2472f0d4fdb
tree420aaeb0acddb43910a6d79081d2222e6ca98b01
parentee3278239550ff0ec9df72dd798a480c82c2b723
Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.

If a test case tried to set an invalid value of synchronous_standby_names,
the test script didn't detect that, which seems like a bad idea.
Noticed while testing a proposed patch that broke some of these
test cases.
src/test/recovery/t/007_sync_rep.pl