]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in comment.
authorEtsuro Fujita <efujita@postgresql.org>
Wed, 30 Mar 2022 10:00:05 +0000 (19:00 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Wed, 30 Mar 2022 10:00:05 +0000 (19:00 +0900)
src/backend/commands/copy.c

index bd12d5ca746b9808dbaf27f84bfe0c9f36112623..85fa03dffd9cb024bf123bc22a6c4a3df8ce1498 100644 (file)
@@ -2450,7 +2450,7 @@ CopyMultiInsertBufferFlush(CopyMultiInsertInfo *miinfo,
 
        /*
         * Print error context information correctly, if one of the operations
-        * below fail.
+        * below fails.
         */
        cstate->line_buf_valid = false;
        save_cur_lineno = cstate->cur_lineno;