Re: logical decoding bug: segfault in ReorderBufferToastReplace() - Mailing list pgsql-bugs

From Robert Haas
Subject Re: logical decoding bug: segfault in ReorderBufferToastReplace()
Date
Msg-id CA+TgmoYrB9eTsMALF1gN1wcpihd2rF+ucfqFuRjM6sXVS4oZ8Q@mail.gmail.com
Whole thread Raw
In response to Re: logical decoding bug: segfault in ReorderBufferToastReplace()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
On Wed, Dec 11, 2019 at 12:11 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I don't think you can make that conclusion.  Perhaps the table once
> needed a toast table because of some wide column that got dropped;
> if so, it'd still have one.  It'd be safer to look at
> pg_class.reltoastrelid to verify existence (or not) of the toast relation.

I believe that output was already shown earlier in the thread.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: logical decoding bug: segfault in ReorderBufferToastReplace()
Next
From: Andres Freund
Date:
Subject: Re: logical decoding bug: segfault in ReorderBufferToastReplace()