Fixing typo in 002_pg_dump.pl

Started by Ted Yuabout 3 years ago3 messages
#1Ted Yu
yuzhihong@gmail.com
1 attachment(s)

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",
#2Peter Eisentraut
peter.eisentraut@enterprisedb.com
In reply to: Ted Yu (#1)
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&gt; and saw a typo
in pgdump_runs.

Please see the patch.

fixed

#3Michael Paquier
michael@paquier.xyz
In reply to: Peter Eisentraut (#2)
Re: Fixing typo in 002_pg_dump.pl

On Mon, Dec 19, 2022 at 09:08:54PM +0100, Peter Eisentraut wrote:

fixed

Thanks!
--
Michael