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:05:45
Message-ID: E1hoGPB-00023b-9Q@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b538c90b1bded5464787e2b8e4431302d24eb601

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:06:15 pgsql: Fix error in commit e6feef57.
Previous Message Michael Paquier 2019-07-18 23:51:40 pgsql: Fix typo in mvdistinct.c