postgresql/contrib/pg_buffercache
Robert Haas 8a503526e4 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
2016-09-15 09:30:38 -04:00
..
Makefile Update pg_buffercache extension for parallel query. 2016-06-09 17:18:12 -04:00
pg_buffercache_pages.c pg_buffercache: Allow huge allocations. 2016-09-15 09:30:38 -04:00
pg_buffercache--1.0--1.1.sql
pg_buffercache--1.1--1.2.sql Update pg_buffercache extension for parallel query. 2016-06-09 17:18:12 -04:00
pg_buffercache--1.2.sql Update pg_buffercache extension for parallel query. 2016-06-09 17:18:12 -04:00
pg_buffercache--unpackaged--1.0.sql
pg_buffercache.control Update pg_buffercache extension for parallel query. 2016-06-09 17:18:12 -04:00