File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1794,10 +1794,10 @@ ReleaseBulkInsertStatePin(BulkInsertState bistate)
1794
1794
bistate -> current_buf = InvalidBuffer ;
1795
1795
1796
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
- * when extending another partition. It's obviously also could be bad for
1797
+ * Despite the name, we also reset bulk relation extension state.
1798
+ * Otherwise we can end up erroring out due to looking for free space in
1799
+ * ->next_free of one partition, even though ->next_free was set when
1800
+ * extending another partition. It could obviously also be bad for
1801
1801
* efficiency to look at existing blocks at offsets from another
1802
1802
* partition, even if we don't error out.
1803
1803
*/
You can’t perform that action at this time.
0 commit comments