aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-03-19 23:27:11 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-03-19 23:27:11 +0000
commit91728fa26cabac4b34055ab8e23d0751f0b16753 (patch)
tree59a1caabd632d250173dbe6fcec4031ce05283b4 /src/backend/utils/misc/postgresql.conf.sample
parentd65522aeb6eac89f8491b0852c3543d6c0aeb94a (diff)
downloadpostgresql-91728fa26cabac4b34055ab8e23d0751f0b16753.tar.gz
postgresql-91728fa26cabac4b34055ab8e23d0751f0b16753.zip
Add temp_buffers GUC variable to allow users to determine the size
of the local buffer arena for temporary table access.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 070d1e7632e..b68cd2f8cf9 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -74,6 +74,7 @@
# - Memory -
#shared_buffers = 1000 # min 16, at least max_connections*2, 8KB each
+#temp_buffers = 1000 # min 100, 8KB each
#work_mem = 1024 # min 64, size in KB
#maintenance_work_mem = 16384 # min 1024, size in KB
#max_stack_depth = 2048 # min 100, size in KB