projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1f152
)
Fix typo in comment.
author
Etsuro Fujita
Fri, 26 Aug 2022 07:55:04 +0000
(16:55 +0900)
committer
Etsuro Fujita
Fri, 26 Aug 2022 07:55:04 +0000
(16:55 +0900)
src/backend/commands/copy.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/copy.c
b/src/backend/commands/copy.c
index 7638c8d900fdd719d74c3a40e4601490f989d3ab..3d22cf0c629943aba8a5dcae1e5bc74372c738e5 100644
(file)
--- a/
src/backend/commands/copy.c
+++ b/
src/backend/commands/copy.c
@@
-3624,7
+3624,7
@@
NextCopyFromRawFields(CopyState cstate, char ***fields, int *nfields)
/*
* Read next tuple from file for COPY FROM. Return false if no more tuples.
*
- * 'econtext' is used to evaluate default expression for each column
s
not
+ * 'econtext' is used to evaluate default expression for each column not
* read from the file. It can be NULL when no default values are used, i.e.
* when all columns are read from the file.
*