postgres/contrib/pg_buffercache
Robert Haas 1336bd9862 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:22:52 -04:00
..
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
pg_buffercache_pages.c pg_buffercache: Allow huge allocations. 2016-09-15 09:22:52 -04:00
pg_buffercache--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
pg_buffercache--unpackaged--1.0.sql Fix typos in some error messages thrown by extension scripts when fed to psql. 2014-08-25 18:30:28 +02:00
pg_buffercache.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00