Assume that we have functional, 64-bit fseeko()/ftello().
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Feb 2020 17:49:42 +0000 (12:49 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Feb 2020 19:30:47 +0000 (14:30 -0500)
commit799d22461a932aace890d61a82186e0d64de0ee8
tree76c7b261ed71f78c40b944f4b1ea7e480532b670
parent3f9c1697dca0b4964f1f5ba624d361d4e0e53051
Assume that we have functional, 64-bit fseeko()/ftello().

Windows has this, and so do all other live platforms according to the
buildfarm, so remove the configure probe and src/port/ substitution.

Keep the probe that detects whether _LARGEFILE_SOURCE has to be
defined to get that, though ... that seems to be still relevant in
some places.

This is part of a series of commits to get rid of no-longer-relevant
configure checks and dead src/port/ code.  I'm committing them separately
to make it easier to back out individual changes if they prove less
portable than I expect.

Discussion: https://postgr.es/m/15379.1582221614@sss.pgh.pa.us
configure
configure.in
src/bin/pg_dump/pg_backup_archiver.c
src/include/port.h
src/include/port/win32_port.h
src/port/fseeko.c [deleted file]
src/tools/msvc/Mkvcbuild.pm