diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-12-19 21:08:28 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-12-19 21:08:28 +0100 |
commit | af6284a666742d6932bae2e93f9eef156274a92e (patch) | |
tree | f00c5aca4b35bf1fbe3e03537b8ec8e0126ed489 /src | |
parent | 10ea0f924a2788f9e701d6213745aaa5ca3efb8a (diff) | |
download | postgresql-af6284a666742d6932bae2e93f9eef156274a92e.tar.gz postgresql-af6284a666742d6932bae2e93f9eef156274a92e.zip |
Fix typo in comment
Author: Ted Yu <yuzhihong@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_dump/t/002_pg_dump.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/t/002_pg_dump.pl b/src/bin/pg_dump/t/002_pg_dump.pl index 1c7fc728c2a..7c3067a3f4b 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", |