mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 06:32:18 -04:00
Fix typo in comment.
This commit is contained in:
parent
a54ed2de80
commit
f042dc6a41
1 changed files with 1 additions and 1 deletions
|
|
@ -2444,7 +2444,7 @@ CopyMultiInsertBufferFlush(CopyMultiInsertInfo *miinfo,
|
|||
|
||||
/*
|
||||
* 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