]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix typo in comment.
authorEtsuro Fujita <efujita@postgresql.org>
Fri, 26 Aug 2022 07:55:06 +0000 (16:55 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Fri, 26 Aug 2022 07:55:06 +0000 (16:55 +0900)
src/backend/commands/copy.c

index 85fa03dffd9cb024bf123bc22a6c4a3df8ce1498..12ce8c77791222965f8b3b1a65dcc8ff026df9f0 100644 (file)
@@ -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.
  *