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

Skip to content

Commit 3a376b9

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent f5157a9 commit 3a376b9

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
@@ -3336,7 +3336,7 @@ NextCopyFromRawFields(CopyState cstate, char ***fields, int *nfields)
33363336
/*
33373337
* Read next tuple from file for COPY FROM. Return false if no more tuples.
33383338
*
3339-
* 'econtext' is used to evaluate default expression for each columns not
3339+
* 'econtext' is used to evaluate default expression for each column not
33403340
* read from the file. It can be NULL when no default values are used, i.e.
33413341
* when all columns are read from the file.
33423342
*

0 commit comments

Comments
 (0)