diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-09-15 09:22:52 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-09-15 09:30:38 -0400 |
commit | 8a503526e455b981718c2d24bd1630fd5b4cf7ac (patch) | |
tree | 7c4329b396775483a33f92d4133f53efcf16dcef /src/backend/access/gist/gistscan.c | |
parent | 593d4e47db7af1a3a5dd6b6b1971f181b5566dbd (diff) | |
download | postgresql-8a503526e455b981718c2d24bd1630fd5b4cf7ac.tar.gz postgresql-8a503526e455b981718c2d24bd1630fd5b4cf7ac.zip |
pg_buffercache: Allow huge allocations.
Otherwise, users who have configured shared_buffers >= 256GB won't
be able to use this module. There probably aren't many of those, but
it doesn't hurt anything to fix it so that it works.
Backpatch to 9.4, where MemoryContextAllocHuge was introduced. The
same problem exists in older branches, but there's no easy way to
fix it there.
KaiGai Kohei
Diffstat (limited to 'src/backend/access/gist/gistscan.c')
0 files changed, 0 insertions, 0 deletions