We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent2371432 commit3090213Copy full SHA for 3090213
src/backend/access/heap/heapam.c
@@ -1803,10 +1803,10 @@ ReleaseBulkInsertStatePin(BulkInsertState bistate)
1803
bistate->current_buf=InvalidBuffer;
1804
1805
/*
1806
- * Despite the name, we also reset bulk relation extension
1807
- *state.Otherwise we can end up erroring out due to looking for free
1808
- *space in->next_free of one partition, even though ->next_free was set
1809
- *whenextending another partition. It'sobviously also could be bad for
+ * Despite the name, we also reset bulk relation extension state.
+ * Otherwise we can end up erroring out due to looking for free space in
+ * ->next_free of one partition, even though ->next_free was set when
+ * extending another partition. It couldobviously also be bad for
1810
* efficiency to look at existing blocks at offsets from another
1811
* partition, even if we don't error out.
1812
*/