- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit84dc130
committed
Accommodate very large dshash tables.
If a dshash table grows very large (e.g., the dshash table forcumulative statistics when there are millions of tables), resizingit may fail with an error like:ERROR: invalid DSA memory alloc request size 1073741824To fix, permit dshash resizing to allocate more than 1 GB byproviding the DSA_ALLOC_HUGE flag.Reported-by: Andreas ScherbaumAuthor: Matthias van de MeentReviewed-by: Cédric Villemain, Michael Paquier, Andres FreundDiscussion:https://postgr.es/m/80a12d59-0d5e-4c54-866c-e69cd6536471%40pgug.deBackpatch-through: 131 parentf5f5e7b commit84dc130
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
695 |
| - | |
696 |
| - | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
697 | 699 |
| |
698 | 700 |
| |
699 | 701 |
| |
|
0 commit comments
Comments
(0)