aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtsuro Fujita <efujita@postgresql.org>2022-03-30 19:00:04 +0900
committerEtsuro Fujita <efujita@postgresql.org>2022-03-30 19:00:04 +0900
commitf042dc6a415decc4e2a9707de5f3fc737e42e1ed (patch)
tree983aa133670e50b6d311cbf24cf7a6432633a7d8
parenta54ed2de80ec844e578e26f93ab008c814f56090 (diff)
downloadpostgresql-f042dc6a415decc4e2a9707de5f3fc737e42e1ed.tar.gz
postgresql-f042dc6a415decc4e2a9707de5f3fc737e42e1ed.zip
Fix typo in comment.
-rw-r--r--src/backend/commands/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c
index 29a1a982e5c..7638c8d900f 100644
--- a/src/backend/commands/copy.c
+++ b/src/backend/commands/copy.c
@@ -2444,7 +2444,7 @@ CopyMultiInsertBufferFlush(CopyMultiInsertInfo *miinfo,
/*
* Print error context information correctly, if one of the operations
- * below fail.
+ * below fails.
*/
cstate->line_buf_valid = false;
save_cur_lineno = cstate->cur_lineno;