summaryrefslogtreecommitdiff
path: root/decode.h
diff options
context:
space:
mode:
Diffstat (limited to 'decode.h')
-rw-r--r--decode.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/decode.h b/decode.h
index 5fec45f..4d151a4 100644
--- a/decode.h
+++ b/decode.h
@@ -7,4 +7,12 @@ ParseAttributeTypesString(const char *str);
void
FormatDecode(const char *tupleData, unsigned int tupleSize);
+void
+ToastChunkDecode(const char* tuple_data,
+ unsigned int tuple_size,
+ Oid toast_oid,
+ uint32 *chunk_id,
+ char *chunk_data,
+ unsigned int *chunk_data_size);
+
#endif