pgsql: Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD
Date: 2020-08-15 09:34:58
Message-ID: E1k6saY-0005Z9-Or@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete HAVE_BUGGY_SOLARIS_STRTOD

Fixed more than 10 years ago.

Reviewed-by: Noah Misch <noah(at)leadboat(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/aa266ede-baaa-f4e6-06cf-5b1737610e9a%402ndquadrant.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/adt/float.c | 24 ------------------------
src/include/port/solaris.h | 12 ------------
2 files changed, 36 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2020-08-15 16:04:36 pgsql: Remove no-longer-usable hstore--1.0--1.1.sql update script.
Previous Message Amit Kapila 2020-08-15 03:14:26 pgsql: Mark a few logical decoding related variables with PGDLLIMPORT.