aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/toast_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/toast_helper.h')
-rw-r--r--src/include/access/toast_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/toast_helper.h b/src/include/access/toast_helper.h
index e971bd2c8ef..51a228db402 100644
--- a/src/include/access/toast_helper.h
+++ b/src/include/access/toast_helper.h
@@ -110,7 +110,7 @@ extern void toast_tuple_externalize(ToastTupleContext *ttc, int attribute,
int options);
extern void toast_tuple_cleanup(ToastTupleContext *ttc);
-extern void toast_delete_external(Relation rel, Datum *values, bool *isnull,
+extern void toast_delete_external(Relation rel, const Datum *values, const bool *isnull,
bool is_speculative);
#endif