forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit16dcd5e
committed
GIN index build's allocatedMemory counter needs to be long, not uint32.
Else, in a 64-bit machine with maintenance_work_mem set to above 4Gb,the counter overflows and we never recognize having reached themaintenance_work_mem limit. I believe this explains out-of-memoryfailure recently reported by Sean Davis.This is a bug, so backpatch to 8.2.1 parent0157945 commit16dcd5e
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
453 | 453 |
| |
454 | 454 |
| |
455 | 455 |
| |
456 |
| - | |
| 456 | + | |
457 | 457 |
| |
458 | 458 |
| |
459 | 459 |
| |
|
0 commit comments
Comments
(0)