From: Etsuro Fujita Date: Fri, 26 Aug 2022 07:55:09 +0000 (+0900) Subject: Fix typo in comment. X-Git-Tag: REL_10_23~59 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=3a376b90ede113708d2b7cdf48f6fb8d06092c85;p=postgresql.git Fix typo in comment. --- diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 8ba660c9610..a23e685be4b 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -3336,7 +3336,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. *