Re: Assertion failure while streaming toasted data
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Dilip Kumar <dilipbalaut@gmail.com>
Cc: Pavan Deolasee <pavan.deolasee@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-26T11:58:03Z
Lists: pgsql-hackers
Attachments
- v4-0001-Fix-assertion-during-streaming-of-multi-insert-to.patch (application/octet-stream) patch v4-0001
On Wed, May 26, 2021 at 1:47 PM Dilip Kumar <dilipbalaut@gmail.com> wrote: > > On Wed, May 26, 2021 at 11:53 AM Dilip Kumar <dilipbalaut@gmail.com> wrote: > > > > On Wed, May 26, 2021 at 11:19 AM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > > > > > > > I searched and didn't find any similar existing tests. Can we think of > > > any other way to test this code path? We already have one copy test in > > > toast.sql, isn't it possible to write a similar test here? > > > > I will check that and let you know. > > I have followed this approach to write the test. > The changes look good to me. I have made minor modifications in the comments, see attached. Let me know what do you think? -- With Regards, Amit Kapila.
Commits
-
Fix assertion during streaming of multi-insert toast changes.
- 6f4bdf81529f 14.0 landed