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

From Alexander Korotkov
Subject Re: pgsql: Implement jsonpath .datetime() method
Date
Msg-id CAPpHfdteFKW6MLpXM4md99m55YAuXs0n9_P2wiTq_EmG09doUA@mail.gmail.com
Whole thread Raw
In response to pgsql: Implement jsonpath .datetime() method  (Alexander Korotkov <akorotkov@postgresql.org>)
Responses Re: pgsql: Implement jsonpath .datetime() method  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Re: pgsql: Implement jsonpath .datetime() method  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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

I'm investigating the issue.

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



pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Implement standard datetime parsing mode
Next
From: Tom Lane
Date:
Subject: pgsql: Fix handling of GENERATED columns in CREATE TABLE LIKE INCLUDING