Add temp_buffers GUC variable to allow users to determine the size
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2005 23:27:11 +0000 (23:27 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Mar 2005 23:27:11 +0000 (23:27 +0000)
commit91728fa26cabac4b34055ab8e23d0751f0b16753
tree59a1caabd632d250173dbe6fcec4031ce05283b4
parentd65522aeb6eac89f8491b0852c3543d6c0aeb94a
Add temp_buffers GUC variable to allow users to determine the size
of the local buffer arena for temporary table access.
doc/src/sgml/runtime.sgml
src/backend/storage/buffer/localbuf.c
src/backend/utils/init/postinit.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/psql/tab-complete.c
src/include/storage/bufmgr.h
src/include/utils/guc.h