Fixing typo in 002_pg_dump.pl
Started by Ted Yuabout 3 years ago3 messages
Hi,
I was going over 002_pg_dump.pl and saw a typo in pgdump_runs.
Please see the patch.
Thanks
Attachments:
pg-dump-comment.patchapplication/octet-stream; name=pg-dump-comment.patchDownload
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",
Re: Fixing typo in 002_pg_dump.pl
On 19.12.22 19:53, Ted Yu wrote:
I was going over 002_pg_dump.pl <http://002_pg_dump.pl> and saw a typo
in pgdump_runs.Please see the patch.
fixed