pgsql: Fix trigger drop procedure - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix trigger drop procedure
Date
Msg-id E1gsong-00041b-JJ@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix trigger drop procedure

After commit 123cc697a8eb, we remove redundant FK action triggers during
partition ATTACH by merely deleting the catalog tuple, but that's wrong:
it should use performDeletion() instead.  Repair, and make the comments
more explicit.

Per code review from Tom Lane.

Discussion: https://postgr.es/m/18885.1549642539@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cb90de1aac18f8d9d89af8a3c2286aa0691c8214

Modified Files
--------------
src/backend/commands/tablecmds.c | 33 ++++++++++++++++++++++++---------
1 file changed, 24 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Use better comment marker in Autoconf input
Next
From: Tom Lane
Date:
Subject: pgsql: Second draft of back-branch release notes.