Re: using expression syntax for partition bounds - Mailing list pgsql-hackers

From Amit Langote
Subject Re: using expression syntax for partition bounds
Date
Msg-id 4c6e6589-7caa-10ea-b550-371cd47e5a45@lab.ntt.co.jp
Whole thread Raw
In response to Re: using expression syntax for partition bounds  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Responses Re: using expression syntax for partition bounds  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
List 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



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Non-reserved replication slots and slot advancing
Next
From: Rajkumar Raghuwanshi
Date:
Subject: Re: Test patch for partitionwise join with partitioned tablescontaining default partition