pgsql: Fix error in commit e6feef57.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix error in commit e6feef57.
Date: 2019-07-19 00:06:15
Message-ID: E1hoGPf-00024l-DF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix error in commit e6feef57.

I was careless passing a datum directly to DATE_NOT_FINITE without
calling DatumGetDateADT() first.

Backpatch-through: 9.4

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/477ebfc9695e267d3f345a77211579236bcac91c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2019-07-19 00:07:11 pgsql: Fix daterange canonicalization for +/- infinity.
Previous Message Jeff Davis 2019-07-19 00:05:45 pgsql: Fix error in commit e6feef57.