projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
e813e0e
)
Fix typo in comment.
author
Etsuro Fujita
<
[email protected]
>
Fri, 26 Aug 2022 07:55:00 +0000
(16:55 +0900)
committer
Etsuro Fujita
<
[email protected]
>
Fri, 26 Aug 2022 07:55:00 +0000
(16:55 +0900)
src/backend/commands/copyfromparse.c
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/copyfromparse.c
b/src/backend/commands/copyfromparse.c
index 7cf3e865cfe25f48c277d70e7ed53292df05dffe..097414ef12d7b9676a11204e61d4d874567e6cb9 100644
(file)
--- a/
src/backend/commands/copyfromparse.c
+++ b/
src/backend/commands/copyfromparse.c
@@
-842,7
+842,7
@@
NextCopyFromRawFields(CopyFromState 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.
*