projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ea0f9
)
Fix typo in comment
author
Peter Eisentraut
Mon, 19 Dec 2022 20:08:28 +0000
(21:08 +0100)
committer
Peter Eisentraut
Mon, 19 Dec 2022 20:08:28 +0000
(21:08 +0100)
Author: Ted Yu
src/bin/pg_dump/t/002_pg_dump.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_dump/t/002_pg_dump.pl
b/src/bin/pg_dump/t/002_pg_dump.pl
index 1c7fc728c2a39a8dadf0fa00a2f66d8b85c7fbb8..7c3067a3f4ba6b824ccc8e3a90d3af5bf2f14092 100644
(file)
--- 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 w
h
ere compressed
+ # Verify that only data files were compressed
glob_patterns => [
"$tempdir/compression_gzip_dir/toc.dat",
"$tempdir/compression_gzip_dir/*.dat.gz",