pgsql: Correctly cast types to Datum and back in compareDatetime()

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correctly cast types to Datum and back in compareDatetime()
Date: 2019-09-25 23:09:15
Message-ID: E1iDGPL-0001Vg-8P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Correctly cast types to Datum and back in compareDatetime()

Discussion: https://postgr.es/m/CAPpHfdteFKW6MLpXM4md99m55YAuXs0n9_P2wiTq_EmG09doUA%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7881bb14f4b23e8dc8671938cfb3f34117c12d8b

Modified Files
--------------
src/backend/utils/adt/jsonpath_exec.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-25 23:12:29 Re: pgsql: Implement jsonpath .datetime() method
Previous Message Alexander Korotkov 2019-09-25 22:30:30 Re: pgsql: Implement jsonpath .datetime() method