We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b4b4c commit e155564Copy full SHA for e155564
src/test/recovery/t/043_wal_replay_wait.pl
@@ -1,7 +1,7 @@
1
# Checks waiting for the lsn replay on standby using
2
# pg_wal_replay_wait() procedure.
3
use strict;
4
-use warnings;
+use warnings FATAL => 'all';
5
6
use PostgreSQL::Test::Cluster;
7
use PostgreSQL::Test::Utils;
0 commit comments