Re: pg_trigger.tgparentid - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_trigger.tgparentid
Date
Msg-id 23764.1582821141@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_trigger.tgparentid  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> Thanks both -- pushed.  I also changed regress/sql/triggers to leave
> tables around that have a non-zero tgparentid.  This ensures that the
> pg_upgrade test sees such objects, as well as findoidjoins.

> I refrained from doing the findoidjoins dance itself, though; I got a
> large number of false positives that I think are caused by some pg12-era
> hacking.

Generally I try to update findoidjoins once per release cycle, after
feature freeze.  I don't think it's worth messing with it more often
than that.  But thanks for making sure there'll be data for it to find.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Error on failed COMMIT
Next
From: Alvaro Herrera
Date:
Subject: BEFORE ROW triggers for partitioned tables