Assume that we have functional, 64-bit fseeko()/ftello().
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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
- Removing obsolete configure checks 6 messages · 2020-02-20 → 2022-07-23