mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Make all Perl warnings fatal in 043_wal_replay_wait.pl
This file was committed after c538592959
, but accidentally missed changing
all warnings into fatal errors.
Reported-by: Anton Voloshin
Discussion: https://postgr.es/m/aa8a55d5-554a-4027-a491-1b0ca7c85f7a%40postgrespro.ru
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# Checks waiting for the lsn replay on standby using
|
||||
# pg_wal_replay_wait() procedure.
|
||||
use strict;
|
||||
use warnings;
|
||||
use warnings FATAL => 'all';
|
||||
|
||||
use PostgreSQL::Test::Cluster;
|
||||
use PostgreSQL::Test::Utils;
|
||||
|
Reference in New Issue
Block a user