Skip to content

Commit 9c59289

Browse files
committed
1 parent ffbce80 commit 9c59289

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2024,7 +2024,7 @@ dumpTableData_insert(Archive *fout, void *dcontext)
20242024
archputs(insertStmt->data, fout);
20252025

20262026
/*
2027-
* If it is zero-column table then we've aleady written the
2027+
* If it is zero-column table then we've already written the
20282028
* complete statement, which will mean we've disobeyed
20292029
* --rows-per-insert when it's set greater than 1. We do support
20302030
* a way to make this multi-row with: SELECT UNION ALL SELECT

src/bin/pgbench/t/001_pgbench_with_server.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# $out: reference to a regexp list that must match stdout
1717
# $err: reference to a regexp list that must match stderr
1818
# $name: name of test for error messages
19-
# $files: reference to filename/contents dictionnary
19+
# $files: reference to filename/contents dictionary
2020
# @args: further raw options or arguments
2121
sub pgbench
2222
{

0 commit comments

Comments
 (0)