forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf608f3b
committed
Prevent Perl from introducing a possibly-incompatible definition of type
"bool" into plperl.c. This has always been a hazard since Perl allows aplatform-specific choice to define bool as int rather than char, butevidently this didn't happen on any platform we support ... until OS X 10.5.Per report from Brandon Maust.Back-patch as far as 8.0 --- a bit arbitrary, but it seems unlikely anyonewill be trying to port 7.x onto new platforms.1 parentd9bc7a3 commitf608f3b
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
41 | 46 |
| |
42 | 47 |
| |
43 | 48 |
| |
|
0 commit comments
Comments
(0)