Skip to content

Commit 81fd808

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent b36c271 commit 81fd808

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
@@ -2450,7 +2450,7 @@ CopyMultiInsertBufferFlush(CopyMultiInsertInfo *miinfo,
24502450

24512451
/*
24522452
* Print error context information correctly, if one of the operations
2453-
* below fail.
2453+
* below fails.
24542454
*/
24552455
cstate->line_buf_valid = false;
24562456
save_cur_lineno = cstate->cur_lineno;

0 commit comments

Comments
 (0)