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:30:46
Message-ID: E1hoGnO-0002IN-77@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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5245552ddbc43b7705389cae9c5095e687a3c950

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 Michael Paquier 2019-07-19 00:32:19 pgsql: Refactor parallelization processing code in src/bin/scripts/
Previous Message Jeff Davis 2019-07-19 00:09:09 pgsql: Fix error in commit e6feef57.