forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a4fa7e
committed
On HPUX, shl_load should be called with options BIND_IMMEDIATE rather
than BIND_DEFERRED. That way, if the loaded library has unresolvedreferences, shl_load fails cleanly. As we had it, shl_load wouldsucceed and then the dynlinker would call abort() when we try to callinto the loaded library. abort()ing a backend is uncool.1 parent00645eb commit6a4fa7e
1 file changed
+11
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
| |||
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
31 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
32 | 38 |
| |
33 | 39 |
| |
34 | 40 |
| |
| |||
54 | 60 |
| |
55 | 61 |
| |
56 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
57 | 66 |
| |
58 | 67 |
|
0 commit comments
Comments
(0)