diff options
-rw-r--r-- | src/backend/commands/copy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/commands/copy.c b/src/backend/commands/copy.c index 99d14571801..44da71c4cb5 100644 --- a/src/backend/commands/copy.c +++ b/src/backend/commands/copy.c @@ -2604,6 +2604,9 @@ CopyMultiInsertInfoCleanup(CopyMultiInsertInfo *miinfo) * Get the next TupleTableSlot that the next tuple should be stored in. * * Callers must ensure that the buffer is not full. + * + * Note: 'miinfo' is unused but has been included for consistency with the + * other functions in this area. */ static inline TupleTableSlot * CopyMultiInsertInfoNextFreeSlot(CopyMultiInsertInfo *miinfo, |