From f43608bda2111a1fda514d1bed4df313ee2bbec3 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Fri, 14 Jun 2019 09:34:34 +0900 Subject: Fix typos and inconsistencies in code comments Author: Alexander Lakhin Discussion: https://postgr.es/m/dec6aae8-2d63-639f-4d50-20e229fb83e3@gmail.com --- src/backend/commands/copy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/commands/copy.c') diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 84c54fbc70..ac86f3d5be 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2626,7 +2626,7 @@ CopyMultiInsertInfoNextFreeSlot(CopyMultiInsertInfo *miinfo, /* * Record the previously reserved TupleTableSlot that was reserved by - * MultiInsertInfoNextFreeSlot as being consumed. + * CopyMultiInsertInfoNextFreeSlot as being consumed. */ static inline void CopyMultiInsertInfoStore(CopyMultiInsertInfo *miinfo, ResultRelInfo *rri, -- cgit v1.2.1