forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1c06590
committed
Install Windows crash dump handler before all else.
Apart from calling write_stderr() on failure, the handler depends on noPostgreSQL facilities. We have experienced crashes before reaching theformer call site. Given such an early crash, this change cannot hurtand may produce a helpful dump. Absent an early crash, this change hasno effect. Back-patch to 9.3 (all supported versions).Takayuki TsunakawaDiscussion:https://postgr.es/m/0A3221C70F24FB45833433255569204D1F80CD13@G01JPEXMBYT051 parent30e99ef commit1c06590
1 file changed
+8
-8
lines changedLines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
72 | 80 |
| |
73 | 81 |
| |
74 | 82 |
| |
| |||
89 | 97 |
| |
90 | 98 |
| |
91 | 99 |
| |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
99 |
| - | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
0 commit comments
Comments
(0)