Re: RFI: Extending the TOAST Pointer - Mailing list pgsql-hackers

From Nikita Malakhov
Subject Re: RFI: Extending the TOAST Pointer
Date
Msg-id CAN-LCVNxbnpHh4PVUUc9g6dPibE8wZALiLtxcs3TjfivxDkCkA@mail.gmail.com
Whole thread Raw
In response to Re: RFI: Extending the TOAST Pointer  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Hi,

Here's the PoC for a custom TOAST pointer. The main idea is that custom pointer
provides data space allowing to store custom metadata (i.e. TOAST method, relation
OIDs, advanced compression information, etc, and even keep part of the data inline.

Any feedback would be greatly appreciated.

--
Regards,
Nikita Malakhov
Postgres Professional
The Russian Postgres Company
Attachment

pgsql-hackers by date:

Previous
From: "Drouvot, Bertrand"
Date:
Subject: Re: Synchronizing slots from primary to standby
Next
From: Amit Kapila
Date:
Subject: Re: logical decoding and replication of sequences, take 2