projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5157a9
)
Fix typo in comment.
author
Etsuro Fujita
<
[email protected]
>
Fri, 26 Aug 2022 07:55:09 +0000
(16:55 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Fri, 26 Aug 2022 07:55:09 +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 8ba660c9610e28e6426c2f13a6afe1e320ea07fb..a23e685be4bc5db663e96f55a04c3097c77b1a0a 100644
(file)
--- a/
src/backend/commands/copy.c
+++ b/
src/backend/commands/copy.c
@@
-3336,7
+3336,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.
*