- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit84f1b0b
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 parent7a80e38 commit84f1b0b
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
891 |
| - | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
892 | 894 |
| |
893 | 895 |
| |
894 | 896 |
| |
|
0 commit comments
Comments
(0)