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

index b52081f1e965a885dd65d494e77fcef4fbbcbc76..8ba660c9610e28e6426c2f13a6afe1e320ea07fb 100644 (file)
@@ -2962,7 +2962,7 @@ CopyFromInsertBatch(CopyState cstate, EState *estate, CommandId mycid,
 
        /*
         * 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;