Fix 007_sync_rep.pl to notice failures in ALTER SYSTEM SET.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: fb57f40eec503d637bf01c298f5cb2472f0d4fdb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-08-26T21:02:52Z
Releases: 13.0
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.

Files

PathChange+/−
src/test/recovery/t/007_sync_rep.pl modified +1 −1