1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-18 12:22:09 +03:00

Backpatch addition of wait_for_log(), pump_until().

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

Discussion: https://postgr.es/m/20220413002626.udl7lll7f3o7nre7@alap3.anarazel.de
Backpatch: 10-14
This commit is contained in:
Andres Freund
2022-05-02 18:09:43 -07:00
parent d85f2bfa09
commit 90abe1e17f
3 changed files with 67 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ our @EXPORT = qw(
system_log
run_log
run_command
pump_until
command_ok
command_fails