mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 08:20:55 -05:00
Fix typo in comment.
This commit is contained in:
parent
c1e9cfaef9
commit
0598bed99e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue