Skip to content

Commit 166f143

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 0fc2455 commit 166f143

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
@@ -2961,7 +2961,7 @@ CopyFromInsertBatch(CopyState cstate, EState *estate, CommandId mycid,
29612961

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

0 commit comments

Comments
 (0)