Re: Failed Assert in pgstat_assoc_relation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: vignesh C <vignesh21(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Failed Assert in pgstat_assoc_relation
Date: 2022-11-28 19:54:16
Message-ID: 748281.1669665256@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Andres Freund <andres(at)anarazel(dot)de> writes:
> On 2022-11-28 13:37:16 -0500, Tom Lane wrote:
>> As far as HEAD is concerned, maybe it's time to nuke the whole
>> convert-table-to-view kluge entirely? Only pg_dump older than
>> 9.4 will emit such code, so we're really about out of reasons
>> to keep on maintaining it.

> Sounds good to me.

Here's a draft patch for that. If we apply this to HEAD then
we only need that klugery in relcache for v15.

regards, tom lane

Attachment Content-Type Size
remove-conversion-of-tables-to-views-1.patch text/x-diff 18.5 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-11-28 20:01:09 Re: Bug in wait time when waiting on nested subtransaction
Previous Message walther 2022-11-28 19:53:08 Re: fixing CREATEROLE