8000 Fix typo in comment. · postgres/postgres@1d40200 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d40200

Browse files
author
Etsuro Fujita
committed
Fix typo in comment.
1 parent 310d734 commit 1d40200

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

0 commit comments

Comments
 (0)
0