Hello everyone, I am writing a custom logical replication decoder, and I took test decoder from Postgres sources as an example.
Could anyone tell me how to read "unchanged toast datum" in case it is VARTT_IS_EXTERNAL_ONDISK. In the test decoder it is ignored: https://github.com/postgres/postgres/blob/master/contrib/test_decoding/test_decoding.c#L377 Cheers Adam