Commit 637afee3 authored by Etsuro Fujita's avatar Etsuro Fujita

Fix typo in comment.

parent adc943b4
...@@ -312,7 +312,7 @@ CopyMultiInsertBufferFlush(CopyMultiInsertInfo *miinfo, ...@@ -312,7 +312,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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment