Skip to content
Snippets Groups Projects
Commit 74a379b9 authored by Tom Lane's avatar Tom Lane
Browse files

Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.

Commit 23a27b03 widened the rows-stored counters to uint64, but
that'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 storage
a SPITupleTable can eat.  On the other hand, there are plenty of other
ways to drive a backend into swap hell.)

Dagfinn Ilmari Mannsåker
parent 3adf9ced
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment