Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2829cfa

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent c742eb3 commit 2829cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/copyfromparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ NextCopyFromRawFields(CopyFromState cstate, char ***fields, int *nfields)
842842
/*
843843
* Read next tuple from file for COPY FROM. Return false if no more tuples.
844844
*
845-
* 'econtext' is used to evaluate default expression for each columns not
845+
* 'econtext' is used to evaluate default expression for each column not
846846
* read from the file. It can be NULL when no default values are used, i.e.
847847
* when all columns are read from the file.
848848
*

0 commit comments

Comments
 (0)