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

index fbf04861a10b88cfb3b07b02017ef8e1d2a407f5..bf434cd5a9d6ecae6fd5f7abb1ec0f0f00fb12eb 100644 (file)
@@ -3335,7 +3335,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.
  *