Commit 9c592896 authored by Michael Paquier's avatar Michael Paquier
parent ffbce803
......@@ -2024,7 +2024,7 @@ dumpTableData_insert(Archive *fout, void *dcontext)
archputs(insertStmt->data, fout);
/*
* If it is zero-column table then we've aleady written the
* If it is zero-column table then we've already written the
* complete statement, which will mean we've disobeyed
* --rows-per-insert when it's set greater than 1. We do support
* a way to make this multi-row with: SELECT UNION ALL SELECT
......
......@@ -16,7 +16,7 @@ $node->start;
# $out: reference to a regexp list that must match stdout
# $err: reference to a regexp list that must match stderr
# $name: name of test for error messages
# $files: reference to filename/contents dictionnary
# $files: reference to filename/contents dictionary
# @args: further raw options or arguments
sub pgbench
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment