1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-19 23:22:23 +03:00

Fix typo in comment.

This commit is contained in:
Etsuro Fujita
2022-08-26 16:55:09 +09:00
parent f5157a9acc
commit 3a376b90ed

View File

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