Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2022-03-30 19:00:09 +09:00
parent c1e9cfaef9
commit 0598bed99e

View File

@ -2962,7 +2962,7 @@ CopyFromInsertBatch(CopyState cstate, EState *estate, CommandId mycid,
/*
* Print error context information correctly, if one of the operations
* below fail.
* below fails.
*/
cstate->line_buf_valid = false;
save_cur_lineno = cstate->cur_lineno;