summaryrefslogtreecommitdiff
path: root/src/include/access/heaptoast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/heaptoast.h')
-rw-r--r--src/include/access/heaptoast.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/access/heaptoast.h b/src/include/access/heaptoast.h
index 6385a27caf8..1c68f8107d6 100644
--- a/src/include/access/heaptoast.h
+++ b/src/include/access/heaptoast.h
@@ -133,8 +133,8 @@ extern Datum toast_flatten_tuple_to_datum(HeapTupleHeader tup,
* ----------
*/
extern HeapTuple toast_build_flattened_tuple(TupleDesc tupleDesc,
- Datum *values,
- bool *isnull);
+ const Datum *values,
+ const bool *isnull);
/* ----------
* heap_fetch_toast_slice