mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix typos and inconsistencies in code comments
Author: Alexander Lakhin Discussion: https://postgr.es/m/dec6aae8-2d63-639f-4d50-20e229fb83e3@gmail.com
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user