Extremely, sorry forgot to add attachment.
On Mon, Sep 16, 2019 at 11:11 AM nilsocket wrote:
> We want to export data from PG to Kafka,
> We can't rely on extension which we have written as there could be any
> problems which we are not aware of and PG might break.
> We don
We want to export data from PG to Kafka,
We can't rely on extension which we have written as there could be any
problems which we are not aware of and PG might break.
We don't want our master to go down because of the extension we have
written.
So, we are okay with having a new PG instance whose w
I'm pretty new to this, and I find it hard trying to make some sense from
src code.
I'm trying to understand, logical decoding.
In `HEAP2` RMGR,
what does HEAP2_NEW_CID operation do?
can somebody give an example, when this type of record is written to wal
files.
When logical decoding decodes th