From: Etsuro Fujita Date: Fri, 26 Aug 2022 07:55:06 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL_12_13~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e330af04be0d5fd905a1b5320adbea7fb91b117;p=thirdparty%2Fpostgresql.git Fix typo in comment. --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 85fa03dffd9..12ce8c77791 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -3678,7 +3678,7 @@ NextCopyFromRawFields(CopyState cstate, char ***fields, int *nfields) /* * Read next tuple from file for COPY FROM. Return false if no more tuples. * - * 'econtext' is used to evaluate default expression for each columns not + * 'econtext' is used to evaluate default expression for each column not * read from the file. It can be NULL when no default values are used, i.e. * when all columns are read from the file. *