Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite155564

Browse files
committed
Make all Perl warnings fatal in 043_wal_replay_wait.pl
This file was committed afterc538592, but accidentally missed changingall warnings into fatal errors.Reported-by: Anton VoloshinDiscussion:https://postgr.es/m/aa8a55d5-554a-4027-a491-1b0ca7c85f7a%40postgrespro.ru
1 parentd2b4b4c commite155564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/recovery/t/043_wal_replay_wait.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Checks waiting for the lsn replay on standby using
22
# pg_wal_replay_wait() procedure.
33
use strict;
4-
use warnings;
4+
use warningsFATAL=>'all';
55

66
use PostgreSQL::Test::Cluster;
77
use PostgreSQL::Test::Utils;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp