aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_walsummary/t/001_basic.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_walsummary/t/001_basic.pl')
-rw-r--r--src/bin/pg_walsummary/t/001_basic.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_walsummary/t/001_basic.pl b/src/bin/pg_walsummary/t/001_basic.pl
index 0d606075c19..4a1555091a6 100644
--- a/src/bin/pg_walsummary/t/001_basic.pl
+++ b/src/bin/pg_walsummary/t/001_basic.pl
@@ -1,7 +1,7 @@
# Copyright (c) 2021-2024, PostgreSQL Global Development Group
use strict;
-use warnings;
+use warnings FATAL => 'all';
use PostgreSQL::Test::Utils;
use Test::More;