Re: pgsql: Implement jsonpath .datetime() method

From: Alexander Korotkov <a(dot)korotkov(at)postgrespro(dot)ru>
To: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
Cc: pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Implement jsonpath .datetime() method
Date: 2019-09-25 22:30:30
Message-ID: CAPpHfduyETrbP-DLzXVKf425zEg9WpLc2Yg0se71MZsQq+gL+A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Sep 26, 2019 at 12:05 AM Alexander Korotkov <
a(dot)korotkov(at)postgrespro(dot)ru> wrote:
>
> On Wed, Sep 25, 2019 at 10:52 PM Alexander Korotkov
> <akorotkov(at)postgresql(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2019-09-25 23:09:15 pgsql: Correctly cast types to Datum and back in compareDatetime()
Previous Message Tom Lane 2019-09-25 21:30:58 pgsql: Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING