Skip to content
Commit 90827a3f authored by Jason Evans's avatar Jason Evans
Browse files

Fix huge_palloc() regression.

Split arena_choose() into arena_[i]choose() and use arena_ichoose() for
arena lookup during internal allocation.  This fixes huge_palloc() so
that it always succeeds during extent node allocation.

This regression was introduced by
66cd9535 (Do not allocate metadata via
non-auto arenas, nor tcaches.).
parent 21cda0dc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment