Re: getting ERROR "relation 16401 has no triggers" with partition foreign key alter - Mailing list pgsql-hackers

From Tom Lane
Subject Re: getting ERROR "relation 16401 has no triggers" with partition foreign key alter
Date
Msg-id 7573.1565806940@sss.pgh.pa.us
Whole thread Raw
In response to Re: getting ERROR "relation 16401 has no triggers" with partitionforeign key alter  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Responses Re: getting ERROR "relation 16401 has no triggers" with partitionforeign key alter  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> On 2019-Jul-22, Alvaro Herrera wrote:
>> After looking at the code some more, I think calling the new function in
>> the Prep phase is correct.  The attached patch is pretty much final form
>> for this bugfix.  I decided to unwrap a couple of error messages (I did
>> get bitten while grepping because of this), and reordered one of the new
>> Identity command cases in ATPrepCmd since it appeared in inconsistent
>> order in that one place of four.

> Pushed to all three branches.

This is still listed as a live issue in

https://wiki.postgresql.org/wiki/PostgreSQL_12_Open_Items#Live_issues

Should that be closed now?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: "long" type is not appropriate for counting tuples
Next
From: Peter Geoghegan
Date:
Subject: Re: Removing unneeded downlink field from nbtree stack struct