Re: using expression syntax for partition bounds

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: using expression syntax for partition bounds
Дата
Msg-id 4c6e6589-7caa-10ea-b550-371cd47e5a45@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: using expression syntax for partition bounds  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: using expression syntax for partition bounds  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Non-reserved replication slots and slot advancing
Следующее
От: Rajkumar Raghuwanshi
Дата:
Сообщение: Re: Test patch for partitionwise join with partitioned tablescontaining default partition