mirror of
https://github.com/postgres/postgres.git
synced 2026-03-02 13:24:01 -05:00
Fix typo in comment.
This commit is contained in:
parent
c742eb36b1
commit
2829cfaf78
1 changed files with 1 additions and 1 deletions
|
|
@ -842,7 +842,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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue