Skip to content

Commit 0598bed

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent c1e9cfa commit 0598bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/copy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2962,7 +2962,7 @@ CopyFromInsertBatch(CopyState cstate, EState *estate, CommandId mycid,
29622962

29632963
/*
29642964
* Print error context information correctly, if one of the operations
2965-
* below fail.
2965+
* below fails.
29662966
*/
29672967
cstate->line_buf_valid = false;
29682968
save_cur_lineno = cstate->cur_lineno;

0 commit comments

Comments
 (0)