Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2022-03-30 19:00:04 +09:00
parent a54ed2de80
commit f042dc6a41

View File

@ -2444,7 +2444,7 @@ CopyMultiInsertBufferFlush(CopyMultiInsertInfo *miinfo,
/* /*
* Print error context information correctly, if one of the operations * Print error context information correctly, if one of the operations
* below fail. * below fails.
*/ */
cstate->line_buf_valid = false; cstate->line_buf_valid = false;
save_cur_lineno = cstate->cur_lineno; save_cur_lineno = cstate->cur_lineno;