diff options
author | Thomas Munro <tmunro@postgresql.org> | 2022-08-05 16:10:05 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2022-08-05 16:37:38 +1200 |
commit | d2e150831af85fd30742f551a497db6639d91d0b (patch) | |
tree | d05fc4b757d8af7814477d3674c60276b5079efa /contrib/postgres_fdw/sql/postgres_fdw.sql | |
parent | 623cc67347cc62eb676570c81abe5e1f63ecaa1e (diff) | |
download | postgresql-d2e150831af85fd30742f551a497db6639d91d0b.tar.gz postgresql-d2e150831af85fd30742f551a497db6639d91d0b.zip |
Remove configure probe for fdatasync.
fdatasync() is in SUSv2, and all targeted Unix systems have it. We have
a replacement function for Windows.
We retain the probe for the function declaration, which allows us to
supply the mysteriously missing declaration for macOS, and also for
Windows. No need to keep a HAVE_FDATASYNC macro around.
Also rename src/port/fdatasync.c to win32fdatasync.c since it's only for
Windows.
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
Discussion: https://postgr.es/m/CA%2BhUKGJZJVO%3DiX%2Beb-PXi2_XS9ZRqnn_4URh0NUQOwt6-_51xQ%40mail.gmail.com
Diffstat (limited to 'contrib/postgres_fdw/sql/postgres_fdw.sql')
0 files changed, 0 insertions, 0 deletions