diff options
| author | Etsuro Fujita | 2022-08-26 07:55:04 +0000 |
|---|---|---|
| committer | Etsuro Fujita | 2022-08-26 07:55:04 +0000 |
| commit | 7d501657550619a6a826ab3cf282c3e7bf862bd0 (patch) | |
| tree | e7377d8a8b06c28a3c2587124208167e35208dff /src/backend | |
| parent | 2d1f1523ce830bd59c10cf144993fdd0bba50478 (diff) | |
Fix typo in comment.
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/commands/copy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 7638c8d900f..3d22cf0c629 100644 --- 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 columns 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. * |
