From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, Rajkumar Raghuwanshi <rajkumar(dot)raghuwanshi(at)enterprisedb(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: cache lookup failed for constraint when alter table referred by partition table |
Date: | 2018-09-13 17:31:36 |
Message-ID: | 20180913173136.4ktmsbbwxqk5hg2o@alvherre.pgsql |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | Postg스포츠 토토 결과SQL |
On 2018-Sep-13, Tom Lane wrote:
> Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> > That's the problem all right. The solution is to drop all
> > index/constraint objects together in one performMultipleDeletions()
> > instead of performDeletion() one by one, as in the attached patch.
>
> Looks reasonable as far as it goes. Given that we no longer require
> any of this:
>
> - * Now we can drop the existing constraints and indexes --- constraints
> - * first, since some of them might depend on the indexes. In fact, we
> - * have to delete FOREIGN KEY constraints before UNIQUE constraints, but
> - * we already ordered the constraint list to ensure that would happen.
>
> can we make any simplifications in earlier steps? At the very least,
> look for comments related to this assumption.
Ah, I had looked, but not hard enough. In this new version I removed
some code in ATExecAlterColumnType that's now irrelevant. I tested this
by changing both lappend calls to lcons in that function; seems to
behave the same. (Also added more constraints to the test case.)
Another thing I found I can change is to move the add_object_address()
calls to the other loops scanning the same lists, so that we don't have
to walk each the two lists twice.
--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Attachment | Content-Type | Size |
---|---|---|
v2-0001-fix-ALTER-TYPE.patch | text/plain | 7.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2018-09-13 17:43:18 | Re: [patch] Support LLVM 7 |
Previous Message | Jonathan S. Katz | 2018-09-13 16:51:26 | PostgreSQL 11 {Beta 4, RC1} Release: 2018-09-20 |