Skip to content

Commit 7fae000

Browse files
Merge 25.11 to 26.3
2 parents 108c2d2 + ffdcca0 commit 7fae000

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/postgres/postgresql15.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,9 @@ shared_preload_libraries = 'pg_stat_statements' # (change requires restart)
751751
#------------------------------------------------------------------------------
752752

753753
#deadlock_timeout = 1s
754-
#max_locks_per_transaction = 64 # min 10
754+
max_locks_per_transaction = 128 # min 10
755755
# (change requires restart)
756-
#max_pred_locks_per_transaction = 64 # min 10
756+
max_pred_locks_per_transaction = 128 # min 10
757757
# (change requires restart)
758758
#max_pred_locks_per_relation = -2 # negative values mean
759759
# (max_pred_locks_per_transaction

0 commit comments

Comments
 (0)