1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00

Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2022-03-30 19:00:00 +09:00
parent 072132f04e
commit f505bec711

View File

@ -315,7 +315,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;