Re: Bug in get_partition_for_tuple

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Jeevan Ladhe <jeevan(dot)ladhe(at)enterprisedb(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Bug in get_partition_for_tuple
Date: 2017-03-27 14:54:57
Message-ID: CA+TgmobN8ngMYyKZ48hF-cCnOGx01wycan+6Q45-sXjqsKb1qg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 22, 2017 at 4:00 AM, Amit Langote
<Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> wrote:
>> You're right, fixed that in the attached updated patch.
>
> Added this to the partitioning open items list, to avoid being forgotten
> about.
>
> https://wiki.postgresql.org/wiki/PostgreSQL_10_Open_Items#Partitioning

Thanks for adding it there. I'm making a sweep through that list now,
or at least the parts of it that obvious pertain to my commits. This
patch looks good, so committed.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2017-03-27 15:02:46 Re: Crash on promotion when recovery.conf is renamed
Previous Message Robert Haas 2017-03-27 14:47:31 Re: partitioned tables and contrib/sepgsql