diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-06-14 09:34:34 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-06-14 09:34:34 +0900 |
commit | f43608bda2111a1fda514d1bed4df313ee2bbec3 (patch) | |
tree | 44053966966203e04eadc3bdb6377a36fb056fe1 /src/backend/commands/copy.c | |
parent | 96719e52b1abd3a8c712d06a809b7e6c97c2e3a0 (diff) | |
download | postgresql-f43608bda2111a1fda514d1bed4df313ee2bbec3.tar.gz postgresql-f43608bda2111a1fda514d1bed4df313ee2bbec3.zip |
Fix typos and inconsistencies in code comments
Author: Alexander Lakhin
Discussion: https://postgr.es/m/dec6aae8-2d63-639f-4d50-20e229fb83e3@gmail.com
Diffstat (limited to 'src/backend/commands/copy.c')
-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 84c54fbc708..ac86f3d5bea 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, |