Add temp_buffers GUC variable to allow users to determine the size
Tom Lane <tgl@sss.pgh.pa.us>
Add temp_buffers GUC variable to allow users to determine the size of the local buffer arena for temporary table access.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/runtime.sgml | modified | +28 −1 |
| src/backend/storage/buffer/localbuf.c | modified | +27 −19 |
| src/backend/utils/init/postinit.c | modified | +1 −2 |
| src/backend/utils/misc/guc.c | modified | +26 −2 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −0 |
| src/bin/psql/tab-complete.c | modified | +2 −1 |
| src/include/storage/bufmgr.h | modified | +1 −2 |
| src/include/utils/guc.h | modified | +3 −1 |