Re: inherited primary key misbehavior

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: inherited primary key misbehavior
Date: 2019-01-24 03:57:05
Message-ID: d37f71db-1b30-314e-9524-068675618914@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2019/01/24 12:03, Alvaro Herrera wrote:
> On 2019-Jan-24, Amit Langote wrote:
>
>> Fixed in the attached. We don't support inheriting EXCLUSION constraints
>> yet, so no need to consider their indexes.
>
> Looks good, pushed.

Thank you.

Regards,
Amit

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2019-01-24 04:16:54 Re: WIP: Avoid creation of the free space map for small tables
Previous Message Tom Lane 2019-01-24 03:53:24 Re: Thread-unsafe coding in ecpg