Assume that we have functional, 64-bit fseeko()/ftello().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 799d22461a932aace890d61a82186e0d64de0ee8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-02-21T19:30:47Z
Releases: 13.0
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

Files

PathChange+/−
configure modified +4 −26
configure.in modified +3 −10
src/bin/pg_dump/pg_backup_archiver.c modified +0 −9
src/include/port.h modified +2 −11
src/include/port/win32_port.h modified +1 −0
src/port/fseeko.c deleted +0 −84
src/tools/msvc/Mkvcbuild.pm modified +1 −1

Discussion