Re: partitioned tables referenced by FKs

From: Jesper Pedersen <jesper(dot)pedersen(at)redhat(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: partitioned tables referenced by FKs
Date: 2019-03-01 14:55:46
Message-ID: a7b3cc58-adf7-8d66-53c1-4d0a10bc7e89@redhat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Alvaro,

On 2/28/19 1:28 PM, Alvaro Herrera wrote:
> Rebased to current master. I'll reply later to handle the other issues
> you point out.
>

Applying with hunks.

With 0003 using

export CFLAGS="-DCOPY_PARSE_PLAN_TREES -O0 -fno-omit-frame-pointer" &&
CC="ccache gcc" ./configure --prefix /usr/local/packages/postgresql-12.x
--enable-dtrace --with-openssl --with-gssapi --with-libxml --with-llvm
--enable-debug --enable-depend --enable-tap-tests --enable-cassert

I'm getting a failure in the pg_upgrade test:

--
+-- Name: pk5 pk5_pkey; Type: CONSTRAINT; Schema: regress_fk; Owner:
jpedersen
+--
+
+ALTER TABLE ONLY regress_fk.pk5
+ ADD CONSTRAINT pk5_pkey PRIMARY KEY (a);
+
+
+--

when running check-world.

Best regards,
Jesper

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sumukha Pk 2019-03-01 15:17:03 GSoC 2019
Previous Message Tom Lane 2019-03-01 14:43:57 Re: pg_dump/pg_restore fail for TAR_DUMP and CUSTOM_DUMP from v94/v95/v96 to v11/master.