Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d50165

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 2d1f152 commit 7d50165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/copy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3624,7 +3624,7 @@ NextCopyFromRawFields(CopyState cstate, char ***fields, int *nfields)
36243624
/*
36253625
* Read next tuple from file for COPY FROM. Return false if no more tuples.
36263626
*
3627-
* 'econtext' is used to evaluate default expression for each columns not
3627+
* 'econtext' is used to evaluate default expression for each column not
36283628
* read from the file. It can be NULL when no default values are used, i.e.
36293629
* when all columns are read from the file.
36303630
*

0 commit comments

Comments
 (0)