Commit 28d351c9 authored by Etsuro Fujita's avatar Etsuro Fujita

Fix typo in comment.

parent 444ec169
...@@ -793,7 +793,7 @@ NextCopyFromRawFields(CopyFromState cstate, char ***fields, int *nfields) ...@@ -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. * 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. * read from the file. It can be NULL when no default values are used, i.e.
* when all columns are read from the file. * when all columns are read from the file.
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment