We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1fcf2d commit 101f903Copy full SHA for 101f903
src/backend/commands/copy.c
@@ -2604,6 +2604,9 @@ CopyMultiInsertInfoCleanup(CopyMultiInsertInfo *miinfo)
2604
* Get the next TupleTableSlot that the next tuple should be stored in.
2605
*
2606
* Callers must ensure that the buffer is not full.
2607
+ *
2608
+ * Note: 'miinfo' is unused but has been included for consistency with the
2609
+ * other functions in this area.
2610
*/
2611
static inline TupleTableSlot *
2612
CopyMultiInsertInfoNextFreeSlot(CopyMultiInsertInfo *miinfo,
0 commit comments