Backpatch addition of wait_for_log(), pump_until().

Andres Freund <andres@anarazel.de>

Commit: 90abe1e17f9d3f725cf92a3ef43593ec56eaf671
Author: Andres Freund <andres@anarazel.de>
Date: 2022-05-03T01:09:43Z
Releases: 13.7
Backpatch addition of wait_for_log(), pump_until().

These were originally introduced in a2ab9c06ea1 and a2ab9c06ea1, as they are
needed by a about-to-be-backpatched test.

Discussion: https://postgr.es/m/20220413002626.udl7lll7f3o7nre7@alap3.anarazel.de
Backpatch: 10-14

Files

PathChange+/−
src/test/perl/PostgresNode.pm modified +35 −0
src/test/perl/PostgreSQL/Test/Utils.pm modified +1 −0
src/test/perl/TestLib.pm modified +31 −0

Discussion