Re: Declarative partitioning

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Amit Langote <amitlangote09(at)gmail(dot)com>, Ildar Musin <i(dot)musin(at)postgrespro(dot)ru>
Cc: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Declarative partitioning
Date: 2016-04-21 02:05:38
Message-ID: 57183572.8020900@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hi Ildar,

On 2016/04/21 1:06, Amit Langote wrote:
> On Wed, Apr 20, 2016 at 11:46 PM, Ildar Musin <i(dot)musin(at)postgrespro(dot)ru> wrote:
>> Crash occurs in get_check_expr_from_partbound(). It seems that function is
>> not yet expecting an expression key and designed to handle only simple
>> attributes keys. Backtrace:
>
> You're right, silly mistake. :-(
>
> Will fix

Attached updated version fixes this. I'll take time to send the next
version but I'd very much appreciate it if you keep reporting anything
that doesn't look/work right like you did so far.

Thanks,
Amit

Attachment Content-Type Size
0001-Add-syntax-to-specify-partition-key-v3.patch text/x-diff 41.5 KB
0002-Infrastructure-for-creation-of-partitioned-tables-v3.patch text/x-diff 85.9 KB
0003-Add-syntax-to-create-partitions-v3.patch text/x-diff 78.0 KB
0004-Infrastructure-for-partition-metadata-storage-and-ma-v3.patch text/x-diff 98.6 KB
0005-Introduce-tuple-routing-for-partitioned-tables-v3.patch text/x-diff 27.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2016-04-21 02:12:31 Re: PGCTLTIMEOUT in pg_regress, or skink versus the clock
Previous Message Amit Langote 2016-04-21 01:57:35 Re: Typos/Questions in bloom documentation