mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Add GUCs for predicate lock promotion thresholds.
Defaults match the fixed behavior of prior releases, but now DBAs have better options to tune serializable workloads. It might be nice to be able to set this per relation, but that part will need to wait for another release. Author: Dagfinn Ilmari Mannsåker
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
* GUC variables
|
||||
*/
|
||||
extern int max_predicate_locks_per_xact;
|
||||
extern int max_predicate_locks_per_relation;
|
||||
extern int max_predicate_locks_per_page;
|
||||
|
||||
|
||||
/* Number of SLRU buffers to use for predicate locking */
|
||||
|
||||
Reference in New Issue
Block a user