Fix typo in comment.

This commit is contained in:
Etsuro Fujita 2022-08-26 16:55:06 +09:00
parent 599a487b09
commit 4e330af04b
1 changed files with 1 additions and 1 deletions

View 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.
*