pgsql: Remove configure probe for clock_gettime.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove configure probe for clock_gettime.
Date: 2022-08-05 04:40:15
Message-ID: E1oJp8A-000NSq-Nb@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Andres Freund <andres(at)anarazel(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-08-05 07:48:43 pgsql: Fix ENABLE/DISABLE TRIGGER to handle recursion correctly
Previous Message Peter Geoghegan 2022-08-05 03:55:27 pgsql: Fix nbtree maximum item size macro.