forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc9bd7f4
committed
Improve what pg_strsignal prints if we haven't got strsignal(3).
Turns out that returning "unrecognized signal" is confusing.Make it explicit that the platform lacks any support for signal names.(At least of the machines in the buildfarm, only HPUX lacks it.)Back-patch to v12 where we invented this function.Discussion:https://postgr.es/m/3067.1566870481@sss.pgh.pa.us1 parentb8b3a27 commitc9bd7f4
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 |
| |
36 | 41 |
| |
37 | 42 |
| |
| |||
43 | 48 |
| |
44 | 49 |
| |
45 | 50 |
| |
46 |
| - | |
47 |
| - | |
| 51 | + | |
| 52 | + | |
48 | 53 |
| |
49 | 54 |
| |
50 | 55 |
| |
51 | 56 |
| |
52 | 57 |
| |
53 | 58 |
| |
54 | 59 |
| |
| 60 | + | |
55 | 61 |
| |
56 | 62 |
| |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 | 63 |
| |
64 | 64 |
|
0 commit comments
Comments
(0)