From: Etsuro Fujita Date: Wed, 30 Mar 2022 10:00:07 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL_11_16~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=166f143869c98492a41288bf8175521cd9ce7c24;p=thirdparty%2Fpostgresql.git Fix typo in comment. --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 231c3907595..fbf04861a10 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2961,7 +2961,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;