Re: pgsql: refactor: re-add ATExecAlterChildConstr() - Mailing list pgsql-committers

From Álvaro Herrera
Subject Re: pgsql: refactor: re-add ATExecAlterChildConstr()
Date
Msg-id 202503110909.qfctmbdypgom@alvherre.pgsql
Whole thread Raw
In response to pgsql: refactor: re-add ATExecAlterChildConstr()  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-committers
On 2025-Mar-11, Peter Eisentraut wrote:

> refactor: re-add ATExecAlterChildConstr()
> 
> ATExecAlterChildConstr() was removed in commit 80d7f990496, but it is
> needed in some subsequent patches for the NOT ENFORCED feature, to
> recurse over child constraints.  This adds it back in slightly altered
> form.

FWIW I disagree with this approach and I think this particular piece
should not be committed until we have clarity on what is 0008 going to
actually do.

-- 
Álvaro Herrera         PostgreSQL Developer  —  https://www.EnterpriseDB.com/
"No tengo por qué estar de acuerdo con lo que pienso"
                             (Carlos Caszeli)



pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: refactor: Split tryAttachPartitionForeignKey()
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Move RemoveInheritedConstraint() call slightly earlier