From 102aac6f856a4902b8a0e9a714fe3b1f96305943 Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 4 Sep 2017 09:08:43 +0200 Subject: [PATCH] Fix typo in copy.c comment --- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index f173d28891..6c3361ebec 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -124,7 +124,7 @@ uint64 DoCopyInternal(const CopyStmt *stmt, const char *queryString, CopyState cstate); /* ========================================================================== - * The follwing macros aid in major refactoring of data processing code (in + * The following macros aid in major refactoring of data processing code (in * CopyFrom(+Dispatch)). We use macros because in some cases the code must be in * line in order to work (for example elog_dismiss() in PG_CATCH) while in * other cases we'd like to inline the code for performance reasons. -- GitLab