pgsql: Cleanup INFINITY code in float.h - Mailing list pgsql-committers

From David Rowley
Subject pgsql: Cleanup INFINITY code in float.h
Date
Msg-id E1v6GmQ-000ZvH-0O@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Cleanup INFINITY code in float.h

The INFINITY macro is always defined per C99 standard, so this should
mean we can now get rid of the workaround code for when that macro isn't
defined.

Also, delete the (now unneeded) #pragma code which was disabling a
compiler warning in MSVC.  There was a comment explaining why the #pragma
was placed outside the function body to work around a MSVC compiler bug,
but the link explaining that was dead, as reported by jian he.

Author: David Rowley <dgrowleyml@gmail.com>
Reported-by: jian he <jian.universality@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CACJufxGARYETnNwtCK7QC0zE_7gq-tfN0mME=gT5rTNtC=VSHQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3bf905692c9db5309c5cd4c0dec7ec17ab8c7af1

Modified Files
--------------
src/include/utils/float.h | 49 +++++++----------------------------------------
1 file changed, 7 insertions(+), 42 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Remove PlannerInfo's join_search_private method.
Next
From: Tatsuo Ishii
Date:
Subject: pgsql: Fix Coverity issues reported in commit 25a30bbd423.