pgsql: Remove configure probe for clock_gettime. - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Remove configure probe for clock_gettime.
Date
Msg-id E1oJp8A-000NSq-Nb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove configure probe for clock_gettime.

clock_gettime() is in SUSv2 and all targeted Unix systems have it.
Remove a chunk of fallback code for old Unix is no longer reachable on
modern systems, and untested as of the retirement of build farm animal
prairiedog.

There is no need to retain a HAVE_CLOCK_GETTIME macro here, because it
is already used in a context with Unix and Windows code paths.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CA+hUKGJ3LHeP9w5Fgzdr4G8AnEtJ=z=p6hGDEm4qYGEUX5B6fQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/623cc67347cc62eb676570c81abe5e1f63ecaa1e

Modified Files
--------------
configure                            |  2 +-
configure.ac                         |  1 -
src/include/pg_config.h.in           |  3 --
src/include/portability/instr_time.h | 68 ------------------------------------
src/tools/msvc/Solution.pm           |  1 -
5 files changed, 1 insertion(+), 74 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Fix nbtree maximum item size macro.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix ENABLE/DISABLE TRIGGER to handle recursion correctly