diff options
| author | Teodor Sigaev | 2017-12-04 14:15:32 +0000 |
|---|---|---|
| committer | Teodor Sigaev | 2017-12-04 14:15:32 +0000 |
| commit | 4738ab7111f25fc3d23ca61a3075b302f5213be2 (patch) | |
| tree | dac4616be55af54cf750b92d169c54044d717dcf /decode.h | |
| parent | 43faaa7ff707bdf0b802a2959d0abe73d7b5e48a (diff) | |
pg_filedump can dump toasted values (-t flag)
Alexey Chernyshov <a.chernyshov@postgrespro.ru>
Diffstat (limited to 'decode.h')
| -rw-r--r-- | decode.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
