Skip to content

Commit 190fa5a

Browse files
committed
1 parent eb43bdb commit 190fa5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/heapam.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2356,7 +2356,7 @@ heap_prepare_insert(Relation relation, HeapTuple tup, TransactionId xid,
23562356
}
23572357

23582358
/*
2359-
* heap_multi_insert - insert multiple tuple into a heap
2359+
* heap_multi_insert - insert multiple tuples into a heap
23602360
*
23612361
* This is like heap_insert(), but inserts multiple tuples in one operation.
23622362
* That's faster than calling heap_insert() in a loop, because when multiple

0 commit comments

Comments
 (0)