Re: [HACKERS] dubious error message from partition.c

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [HACKERS] dubious error message from partition.c
Дата
Msg-id CA+TgmoZO8jO4f8iB1eYaTEEvrR2iAwb+nYHGoBHjaiWxCgk7GQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] dubious error message from partition.c  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: [HACKERS] dubious error message from partition.c  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On Wed, Aug 9, 2017 at 10:14 PM, Amit Langote
<Langote_Amit_f8@lab.ntt.co.jp> wrote:
>> That seems like overkill.  I'm good with "greater than or equal to".
>
> Attached updated patch has "greater than or equal to".

Committed, with one small change which I hope will be considered an
improvement.  Your proposed primary error message was:

invalid range bound specification for partition \"%s\"

I changed it to:

empty range bound specified for partition \"%s\"

Thanks for working on this.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] parallel documentation improvements
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Server crash (FailedAssertion) due to catcache refcount mis-handling