From af6284a666742d6932bae2e93f9eef156274a92e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 19 Dec 2022 21:08:28 +0100 Subject: [PATCH] Fix typo in comment Author: Ted Yu --- src/bin/pg_dump/t/002_pg_dump.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_dump/t/002_pg_dump.pl b/src/bin/pg_dump/t/002_pg_dump.pl index 1c7fc728c2..7c3067a3f4 100644 --- a/src/bin/pg_dump/t/002_pg_dump.pl +++ b/src/bin/pg_dump/t/002_pg_dump.pl @@ -114,7 +114,7 @@ my %pgdump_runs = ( program => $ENV{'GZIP_PROGRAM'}, args => [ '-f', "$tempdir/compression_gzip_dir/blobs.toc", ], }, - # Verify that only data files where compressed + # Verify that only data files were compressed glob_patterns => [ "$tempdir/compression_gzip_dir/toc.dat", "$tempdir/compression_gzip_dir/*.dat.gz",