Re: Assertion failure while streaming toasted data
Dilip Kumar <dilipbalaut@gmail.com>
From: Dilip Kumar <dilipbalaut@gmail.com>
To: Pavan Deolasee <pavan.deolasee@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Amit Kapila <amit.kapila16@gmail.com>
Date: 2021-05-25T08:19:17Z
Lists: pgsql-hackers
On Tue, May 25, 2021 at 1:45 PM Pavan Deolasee <pavan.deolasee@gmail.com> wrote: > > I am not entirely sure if it works correctly. I'd tried something similar, but the downstream node using > my output plugin gets NULL values for the toast columns. It's a bit hard to demonstrate that with the > test_decoding plugin, but if you have some other mechanism to test that change with an actual downstream > node receiving and applying changes, it will be useful to test with that. Okay, I will test that. Thanks. -- Regards, Dilip Kumar EnterpriseDB: http://www.enterprisedb.com
Commits
-
Fix assertion during streaming of multi-insert toast changes.
- 6f4bdf81529f 14.0 landed