mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
Fix typo in comment
Author: Ted Yu <yuzhihong@gmail.com>
This commit is contained in:
parent
10ea0f924a
commit
af6284a666
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user