aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/predicate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/storage/predicate.h')
-rw-r--r--src/include/storage/predicate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/storage/predicate.h b/src/include/storage/predicate.h
index f996d8e8181..8f9ea29917b 100644
--- a/src/include/storage/predicate.h
+++ b/src/include/storage/predicate.h
@@ -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 */