From: Etsuro Fujita Date: Wed, 30 Mar 2022 10:00:05 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL_12_11~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81fd8085de0974e0d4ed932d8dd861a159eb279d;p=thirdparty%2Fpostgresql.git Fix typo in comment. --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index bd12d5ca746..85fa03dffd9 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2450,7 +2450,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;