mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-12 01:18:35 +08:00
Fix typo in comment.
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user