Fix typo in comment.
authorEtsuro Fujita
Fri, 26 Aug 2022 07:55:02 +0000 (16:55 +0900)
committerEtsuro Fujita
Fri, 26 Aug 2022 07:55:02 +0000 (16:55 +0900)
src/backend/commands/copyfromparse.c

index 89ceb2355d883eb7073d6fde14a50cc3b524b42f..2c3e72792901bdb493cb0b0bc341ec0ee42f7a6b 100644 (file)
@@ -793,7 +793,7 @@ NextCopyFromRawFields(CopyFromState 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.
  *