1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-22 02:52:08 +03:00

Silence some warnings in TAP tests

Author: Michael Paquier
This commit is contained in:
Magnus Hagander
2018-04-09 21:45:48 +02:00
parent 5d5aeddabf
commit d7754822c5
2 changed files with 2 additions and 2 deletions

View File

@ -1541,7 +1541,7 @@ sub wait_for_catchup
. $standby_name . "'s "
. $mode
. "_lsn to pass "
. $target_lsn . " on "
. $lsn_expr . " on "
. $self->name . "\n";
my $query =
qq[SELECT $lsn_expr <= ${mode}_lsn FROM pg_catalog.pg_stat_replication WHERE application_name = '$standby_name';];