Re: pgsql: Implement jsonpath .datetime() method - Mailing list pgsql-committers

From Alexander Korotkov
Subject Re: pgsql: Implement jsonpath .datetime() method
Date
Msg-id CAPpHfduyETrbP-DLzXVKf425zEg9WpLc2Yg0se71MZsQq+gL+A@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Implement jsonpath .datetime() method  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Correctly cast types to Datum and back in compareDatetime()