forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3b08d52
committed
Define __EXTENSIONS__ on Solaris, too.
Apparently, if you define _POSIX_C_SOURCE on Solaris,that's interpreted as "you get ONLY what's defined by POSIX".Results from BF member hake show that that breaks perl.h,and doubtless it'd cause more problems if we got past that.Adopt the suggestion from standards(7) that we also need todefine __EXTENSIONS__, in hopes of un-breaking things.Discussion:https://postgr.es/m/1654508.1733162761@sss.pgh.pa.us1 parent498f130 commit3b08d52
3 files changed
+7
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7593 | 7593 |
| |
7594 | 7594 |
| |
7595 | 7595 |
| |
7596 |
| - | |
| 7596 | + | |
7597 | 7597 |
| |
7598 | 7598 |
| |
7599 | 7599 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
699 |
| - | |
| 699 | + | |
700 | 700 |
| |
701 | 701 |
| |
702 | 702 |
| |
|
Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
266 |
| - | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
267 | 271 |
| |
268 | 272 |
| |
269 | 273 |
| |
|
0 commit comments
Comments
(0)