aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-09-12 14:06:37 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-09-12 14:06:37 +0000
commitdfdbf6898f378420ef136daf3ce786b225dc9d5d (patch)
treeea8c834edfb3ef839d0fa0d79171bee933274640 /src/backend/utils/misc/postgresql.conf.sample
parentdddd95a8590521ab0169f210a85fc87e0b5176a4 (diff)
downloadpostgresql-dfdbf6898f378420ef136daf3ce786b225dc9d5d.tar.gz
postgresql-dfdbf6898f378420ef136daf3ce786b225dc9d5d.zip
max_locks_per_transaction seems to be a more consistent name than
max_locks_per_xact.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 2d5ac37cae6..8faf8304eba 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -47,7 +47,7 @@
#shared_buffers = 64 # 2*max_connections, min 16
#max_fsm_relations = 100 # min 10
#max_fsm_pages = 10000 # min 1000
-#max_locks_per_xact = 64 # min 10
+#max_locks_per_transaction = 64 # min 10
#wal_buffers = 8 # min 4
#