- Notifications
You must be signed in to change notification settings - Fork5
Commit5e1e47c
committed
Ignore SIGSYS during initdb.
This prevents the recently-added probe for shm_open() from crashingon platforms that are impolite enough to deliver a signal rather thanreturning ENOSYS for an unimplemented kernel call. At least on theone known example (HPUX 10.20), ignoring SIGSYS does result in thedesired behavior of getting an ENOSYS error return instead.Per discussion, we might later wish to do this in the backend as well,but for now it seems sufficient to do it in initdb.1 parent3147acd commit5e1e47c
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3197 | 3197 |
| |
3198 | 3198 |
| |
3199 | 3199 |
| |
| 3200 | + | |
| 3201 | + | |
| 3202 | + | |
| 3203 | + | |
| 3204 | + | |
3200 | 3205 |
| |
3201 | 3206 |
| |
3202 | 3207 |
| |
|
0 commit comments
Comments
(0)