- Notifications
You must be signed in to change notification settings - Fork5
Commit74a379b
committed
Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.
Commit23a27b0 widened the rows-stored counters to uint64, butthat's academic unless we allow the tuple pointer array to exceed 1GB.(It might be a good idea to provide some other limit on how much storagea SPITupleTable can eat. On the other hand, there are plenty of otherways to drive a backend into swap hell.)Dagfinn Ilmari Mannsåker1 parent3adf9ce commit74a379b
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1800 | 1800 |
| |
1801 | 1801 |
| |
1802 | 1802 |
| |
1803 |
| - | |
| 1803 | + | |
1804 | 1804 |
| |
1805 | 1805 |
| |
1806 | 1806 |
| |
|
0 commit comments
Comments
(0)