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

index 40a54ad0bd7359cfcff7d0dd1596fbd5b69e66c7..177d731d12552f2cfb5a524ef69d47ad2da0c405 100644 (file)
@@ -312,7 +312,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;