Re: Assertion failure while streaming toasted data
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Pavan Deolasee <pavan.deolasee@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-06-01T03:04:46Z
Lists: pgsql-hackers
On Tue, May 25, 2021 at 12:51 PM Michael Paquier <michael@paquier.xyz> wrote: > > On Tue, May 25, 2021 at 12:06:38PM +0530, Pavan Deolasee wrote: > > While working on an output plugin that uses streaming protocol, I hit an > > assertion failure. Further investigations revealed a possible bug in core > > Postgres. This must be new to PG14 since streaming support is new to this > > release. I extended the test_decoding regression test to demonstrate the > > failure. PFA > > Thanks, Pavan. I have added an open item for this one. > I have pushed this a few days ago [1] and closed the open item corresponding to it. [1] - https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=6f4bdf81529fdaf6744875b0be99ecb9bfb3b7e0 -- With Regards, Amit Kapila.
Commits
-
Fix assertion during streaming of multi-insert toast changes.
- 6f4bdf81529f 14.0 landed