Re: pgsql: Implement jsonpath .datetime() method

Поиск
Список
Период
Сортировка
От Alexander Korotkov
Тема Re: pgsql: Implement jsonpath .datetime() method
Дата
Msg-id CAPpHfduyETrbP-DLzXVKf425zEg9WpLc2Yg0se71MZsQq+gL+A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Implement jsonpath .datetime() method  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-committers
On Thu, Sep 26, 2019 at 12:05 AM Alexander Korotkov <a.korotkov@postgrespro.ru> wrote:
>
> On Wed, Sep 25, 2019 at 10:52 PM Alexander Korotkov
> <akorotkov@postgresql.org> wrote:
> > Implement jsonpath .datetime() method
>
> I've noticed buildfarm is unhappy with my commits.
>
> 1. https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=lapwing&dt=2019-09-25%2020%3A40%3A11
> 2. https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dromedary&dt=2019-09-25%2020%3A38%3A21

Appears to be another issue happening when 
USE_FLOAT8_BYVAL is undefined.  Managed to reproduce it locally.

------
Alexander Korotkov
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Correctly cast types to Datum and back in compareDatetime()