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 parente83d1b0 commit01529c7Copy full SHA for 01529c7
src/backend/access/heap/heapam.c
@@ -1794,10 +1794,10 @@ ReleaseBulkInsertStatePin(BulkInsertState bistate)
1794
bistate->current_buf=InvalidBuffer;
1795
1796
/*
1797
- * Despite the name, we also reset bulk relation extension
1798
- *state.Otherwise we can end up erroring out due to looking for free
1799
- *space in->next_free of one partition, even though ->next_free was set
1800
- *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
1801
* efficiency to look at existing blocks at offsets from another
1802
* partition, even if we don't error out.
1803
*/