aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/variable.h')
-rw-r--r--src/include/commands/variable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/commands/variable.h b/src/include/commands/variable.h
index 2fc144e1e12..39bccbd5bf6 100644
--- a/src/include/commands/variable.h
+++ b/src/include/commands/variable.h
@@ -26,6 +26,8 @@ extern bool assign_transaction_read_only(bool value,
extern const char *assign_XactIsoLevel(const char *value,
bool doit, GucSource source);
extern const char *show_XactIsoLevel(void);
+extern bool assign_transaction_deferrable(bool newval, bool doit,
+ GucSource source);
extern bool assign_random_seed(double value,
bool doit, GucSource source);
extern const char *show_random_seed(void);