]> granicus.if.org Git - postgresql/commit
Clean up misuse and nonuse of poll_query_until().
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Jul 2017 18:25:09 +0000 (14:25 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 1 Jul 2017 18:25:09 +0000 (14:25 -0400)
commitb0f069d931f0a3d4a39aeeb230baf2f2b18cb3c3
tree080a44f7a5fc251dfb2aded6361cc4d3a6ff20a1
parentf32678c0163d7d966560bdaf41bfbc2cf179a260
Clean up misuse and nonuse of poll_query_until().

Several callers of PostgresNode::poll_query_until() neglected to check
for failure; I do not think that's optional.  Also, rewrite one place
that had reinvented poll_query_until() for no very good reason.
src/test/modules/commit_ts/t/003_standby_2.pl
src/test/perl/PostgresNode.pm
src/test/recovery/t/001_stream_rep.pl
src/test/recovery/t/005_replay_delay.pl
src/test/recovery/t/006_logical_decoding.pl
src/test/recovery/t/010_logical_decoding_timelines.pl