From: Etsuro Fujita Date: Wed, 30 Mar 2022 10:00:04 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL_13_7~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f042dc6a415decc4e2a9707de5f3fc737e42e1ed;p=thirdparty%2Fpostgresql.git Fix typo in comment. --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 29a1a982e5c..7638c8d900f 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -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;