diff options
author | Thomas Munro <tmunro@postgresql.org> | 2022-08-05 15:56:36 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2022-08-05 16:37:11 +1200 |
commit | 623cc67347cc62eb676570c81abe5e1f63ecaa1e (patch) | |
tree | 8182f8e5940606c75529b3905602d46174b78804 /src/port/win32fdatasync.c | |
parent | 92f375056c11193c26f1278446e6301f0c18ea22 (diff) | |
download | postgresql-623cc67347cc62eb676570c81abe5e1f63ecaa1e.tar.gz postgresql-623cc67347cc62eb676570c81abe5e1f63ecaa1e.zip |
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
Diffstat (limited to 'src/port/win32fdatasync.c')
0 files changed, 0 insertions, 0 deletions