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:
@ -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';];
|
||||
|
Reference in New Issue
Block a user