summaryrefslogtreecommitdiff
path: root/decode.h
diff options
context:
space:
mode:
authorTeodor Sigaev2017-12-04 14:15:32 +0000
committerTeodor Sigaev2017-12-04 14:15:32 +0000
commit4738ab7111f25fc3d23ca61a3075b302f5213be2 (patch)
treedac4616be55af54cf750b92d169c54044d717dcf /decode.h
parent43faaa7ff707bdf0b802a2959d0abe73d7b5e48a (diff)
pg_filedump can dump toasted values (-t flag)
Alexey Chernyshov <a.chernyshov@postgrespro.ru>
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