Re: pgsql: Fix partitioned index creation with foreign partitions - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Fix partitioned index creation with foreign partitions
Date
Msg-id 20190626230415.GA4672@alvherre.pgsql
Whole thread Raw
In response to pgsql: Fix partitioned index creation with foreign partitions  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: pgsql: Fix partitioned index creation with foreign partitions  (Amit Langote <amitlangote09@gmail.com>)
List pgsql-committers
On 2019-Jun-26, Alvaro Herrera wrote:

> Fix partitioned index creation with foreign partitions

Hmm, so this causes prion to fail, because -DFORCE_RELCACHE_RELEASE: it
reports the immediate parent of the would-be-partition rather than the
topmost ancestor.  I'm not sure I understand why, since relcache release
shouldn't affect recursion order (maybe that's another bug).  I'll
investigate more tomorrow.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Fix partitioned index creation with foreign partitions
Next
From: Michael Paquier
Date:
Subject: pgsql: Remove remaining traces of Rand_OpenSSL() from the tree