Skip to content

Commit 28d351c

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 444ec16 commit 28d351c

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
@@ -793,7 +793,7 @@ NextCopyFromRawFields(CopyFromState cstate, char ***fields, int *nfields)
793793
/*
794794
* Read next tuple from file for COPY FROM. Return false if no more tuples.
795795
*
796-
* 'econtext' is used to evaluate default expression for each columns not
796+
* 'econtext' is used to evaluate default expression for each column not
797797
* read from the file. It can be NULL when no default values are used, i.e.
798798
* when all columns are read from the file.
799799
*

0 commit comments

Comments
 (0)