forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitab9ed9b
committed
Assert that pgwin32_signal_initialize() has been called early enough.
Before the pgwin32_signal_initialize() call, the backend version ofpg_usleep() has no effect. No in-tree code falls afoul of that today,but temporary commit2307868 did so.Discussion:https://postgr.es/m/20190402135442.GA1173872@rfd.leadboat.com1 parentf433394 commitab9ed9b
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
| |||
108 | 109 |
| |
109 | 110 |
| |
110 | 111 |
| |
| 112 | + | |
111 | 113 |
| |
112 | 114 |
| |
113 | 115 |
| |
| |||
209 | 211 |
| |
210 | 212 |
| |
211 | 213 |
| |
| 214 | + | |
212 | 215 |
| |
213 | 216 |
| |
214 | 217 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| 73 | + | |
| 74 | + | |
| 75 | + | |
73 | 76 |
| |
74 | 77 |
| |
75 | 78 |
| |
|
0 commit comments
Comments
(0)