1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

max_locks_per_transaction seems to be a more consistent name than

max_locks_per_xact.
This commit is contained in:
Peter Eisentraut
2001-09-12 14:06:37 +00:00
parent dddd95a859
commit dfdbf6898f
3 changed files with 6 additions and 6 deletions

View File

@ -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
#