Commit 799d224
committed
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.us1 parent 3f9c169 commit 799d224
File tree
7 files changed
+11
-141
lines changed- src
- bin/pg_dump
- include
- port
- port
- tools/msvc
7 files changed
+11
-141
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15169 | 15169 | | |
15170 | 15170 | | |
15171 | 15171 | | |
15172 | | - | |
15173 | | - | |
15174 | | - | |
15175 | | - | |
15176 | | - | |
15177 | | - | |
15178 | | - | |
15179 | | - | |
15180 | | - | |
15181 | | - | |
15182 | | - | |
15183 | | - | |
15184 | | - | |
15185 | | - | |
15186 | | - | |
15187 | | - | |
15188 | | - | |
15189 | | - | |
15190 | | - | |
15191 | | - | |
15192 | | - | |
15193 | | - | |
15194 | | - | |
15195 | | - | |
| 15172 | + | |
| 15173 | + | |
| 15174 | + | |
15196 | 15175 | | |
15197 | 15176 | | |
15198 | 15177 | | |
| |||
15259 | 15238 | | |
15260 | 15239 | | |
15261 | 15240 | | |
15262 | | - | |
15263 | | - | |
| 15241 | + | |
15264 | 15242 | | |
15265 | 15243 | | |
15266 | 15244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1660 | 1660 | | |
1661 | 1661 | | |
1662 | 1662 | | |
1663 | | - | |
1664 | | - | |
1665 | | - | |
1666 | | - | |
1667 | | - | |
1668 | | - | |
1669 | | - | |
1670 | | - | |
1671 | | - | |
1672 | | - | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
1673 | 1666 | | |
1674 | 1667 | | |
1675 | 1668 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3872 | 3872 | | |
3873 | 3873 | | |
3874 | 3874 | | |
3875 | | - | |
3876 | | - | |
3877 | | - | |
3878 | | - | |
3879 | | - | |
3880 | | - | |
3881 | | - | |
3882 | | - | |
3883 | | - | |
3884 | 3875 | | |
3885 | 3876 | | |
3886 | 3877 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
| 334 | + | |
| 335 | + | |
336 | 336 | | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | 337 | | |
342 | 338 | | |
343 | 339 | | |
| |||
349 | 345 | | |
350 | 346 | | |
351 | 347 | | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | 348 | | |
358 | 349 | | |
359 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments