Re: using expression syntax for partition bounds

From: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>
To: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: using expression syntax for partition bounds
Date: 2018-07-06 05:33:14
Message-ID: 4c6e6589-7caa-10ea-b550-371cd47e5a45@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Horiguchi-san,

On 2018/07/06 14:26, Kyotaro HORIGUCHI wrote:
> Hello.
>
> cf-bot compained on this but I wondered why it got so many
> errors. At the first look I found a spare semicolon before a bare
> then calause:p
>
>> - if (!IsA(value, Const));
>> + if (!IsA(value, Const))
>> elog(ERROR, "could not evaluate partition bound expression");
>
> The attached is the fixed and rebsaed version.

Thanks for taking care of that.

Regards,
Amit

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rajkumar Raghuwanshi 2018-07-06 05:51:38 Re: Test patch for partitionwise join with partitioned tables containing default partition
Previous Message Michael Paquier 2018-07-06 05:26:42 Re: Non-reserved replication slots and slot advancing