pgsql: Fix portability issues in recently added make_timestamp/make_int - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix portability issues in recently added make_timestamp/make_int
Date
Msg-id E1WLJa5-00073f-S0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix portability issues in recently added make_timestamp/make_interval code.

Explicitly reject infinity/NaN inputs, rather than just assuming that
something else will do it for us.  Per buildfarm.

While at it, make some over-parenthesized and under-legible code
more readable.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f1ba94bcd9717b94b36868d6905547e313f3a359

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Add comment that ec_relids excludes "child" EquivalenceClass mem
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_dump: make argument combination error exit code consistent