Re: [HACKERS] Bug in get_partition_for_tuple - Mailing list pgsql-hackers

From Amit Langote
Subject Re: [HACKERS] Bug in get_partition_for_tuple
Date
Msg-id e813267e-6e8f-26b4-7e4d-57a3be4b1119@lab.ntt.co.jp
Whole thread Raw
In response to Re: [HACKERS] Bug in get_partition_for_tuple  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Responses Re: Bug in get_partition_for_tuple  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2017/03/13 14:41, Amit Langote wrote:
> On 2017/03/13 14:31, Jeevan Ladhe wrote:
>> However, In following comment in your test:
>>
>> -- check routing error through a list partitioned table when they key is
>> null
>>
>> I think you want to say:
>>
>> -- check routing error through a list partitioned table when the key is null
> 
> 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,
Amit





pgsql-hackers by date:

Previous
From: Vitaly Burovoy
Date:
Subject: Re: [HACKERS] identity columns
Next
From: Rafia Sabih
Date:
Subject: Re: [HACKERS] Partition-wise join for join between (declaratively)partitioned tables