From: | Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
---|---|
To: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
Cc: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | Re: pgsql: refactor: re-add ATExecAlterChildConstr() |
Date: | 2025-03-11 09:09:44 |
Message-ID: | 202503110909.qfctmbdypgom@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2025-03-11 09:49:13 | pgsql: Move RemoveInheritedConstraint() call slightly earlier |
Previous Message | Peter Eisentraut | 2025-03-11 08:40:01 | pgsql: refactor: Split tryAttachPartitionForeignKey() |