forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb5178c5
committed
Further tweaks to compiler flags for PL/Perl on Windows.
It now emerges that we can only rely on Perl to tell us we must use-D_USE_32BIT_TIME_T if it's Perl 5.13.4 or later. For older versions,revert to our previous practice of assuming we need that symbol inall 32-bit Windows builds. This is not ideal, but inquiring intowhich compiler version Perl was built with seems far too fragile.In any case, we had not previously had complaints about these oldPerl versions, so let's assume this is Good Enough. (It's stillbetter than the situation ante commit5a5c2fe, in that at leastthe effects are confined to PL/Perl rather than the whole PG build.)Back-patch to all supported versions, like5a5c2fe and predecessors.Discussion:https://postgr.es/m/CANFyU97OVQ3+Mzfmt3MhuUm5NwPU=-FtbNH5Eb7nZL9ua8=rcA@mail.gmail.com1 parentd542859 commitb5178c5
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
530 | 530 |
| |
531 | 531 |
| |
532 | 532 |
| |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
533 | 545 |
| |
534 | 546 |
| |
535 | 547 |
| |
|
0 commit comments
Comments
(0)