]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Backpatch addition of wait_for_log(), pump_until().
authorAndres Freund <andres@anarazel.de>
Tue, 3 May 2022 01:09:44 +0000 (18:09 -0700)
committerAndres Freund <andres@anarazel.de>
Tue, 3 May 2022 01:09:44 +0000 (18:09 -0700)
commit2adb8debe5aa30caee9810a987f264c4f1515395
tree9d52ea7b025125a857d116bfbc442fc6e1a2e61d
parent1dd49df7834ceccc61fae2801e246e793e08b5ad
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
src/test/perl/PostgreSQL/Test/Utils.pm
src/test/perl/PostgresNode.pm
src/test/perl/TestLib.pm