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:
@ -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
|
||||
|
||||
#
|
||||
|
Reference in New Issue
Block a user