- Notifications
You must be signed in to change notification settings - Fork28
Commitfc548b2
committed
Remove support for using wait3() in place of waitpid().
All Unix-oid platforms that we currently support should have waitpid(),since it's in V2 of the Single Unix Spec. Our git history shows thatthe wait3 code was added to support NextStep, which we officially droppedsupport for as of 9.2. So get rid of the configure test, and simplify themacro spaghetti in reaper(). Per suggestion from Fujii Masao.1 parent666d494 commitfc548b2
File tree
5 files changed
+12
-33
lines changed- src
- backend/postmaster
- include
5 files changed
+12
-33
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19254 | 19254 |
| |
19255 | 19255 |
| |
19256 | 19256 |
| |
19257 |
| - | |
19258 |
| - | |
| 19257 | + | |
19259 | 19258 |
| |
19260 | 19259 |
| |
19261 | 19260 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 | 1209 |
| |
1210 |
| - | |
| 1210 | + | |
1211 | 1211 |
| |
1212 | 1212 |
| |
1213 | 1213 |
| |
|
Lines changed: 10 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 |
| - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
381 | 383 |
| |
382 | 384 |
| |
383 | 385 |
| |
| |||
388 | 390 |
| |
389 | 391 |
| |
390 | 392 |
| |
391 |
| - | |
| 393 | + | |
392 | 394 |
| |
393 | 395 |
| |
394 | 396 |
| |
| |||
2268 | 2270 |
| |
2269 | 2271 |
| |
2270 | 2272 |
| |
2271 |
| - | |
2272 |
| - | |
2273 |
| - | |
2274 |
| - | |
2275 |
| - | |
2276 |
| - | |
2277 |
| - | |
2278 |
| - | |
2279 |
| - | |
2280 |
| - | |
2281 |
| - | |
2282 |
| - | |
2283 |
| - | |
2284 |
| - | |
2285 |
| - | |
2286 |
| - | |
2287 |
| - | |
2288 |
| - | |
2289 | 2273 |
| |
2290 | 2274 |
| |
2291 | 2275 |
| |
2292 | 2276 |
| |
2293 | 2277 |
| |
2294 |
| - | |
| 2278 | + | |
2295 | 2279 |
| |
2296 |
| - | |
2297 |
| - | |
2298 | 2280 |
| |
2299 | 2281 |
| |
2300 | 2282 |
| |
| |||
5045 | 5027 |
| |
5046 | 5028 |
| |
5047 | 5029 |
| |
| 5030 | + | |
| 5031 | + | |
| 5032 | + | |
| 5033 | + | |
5048 | 5034 |
| |
5049 |
| - | |
| 5035 | + | |
5050 | 5036 |
| |
5051 | 5037 |
| |
5052 | 5038 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
617 |
| - | |
618 |
| - | |
619 |
| - | |
620 | 617 |
| |
621 | 618 |
| |
622 | 619 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
509 |
| - | |
510 |
| - | |
511 | 508 |
| |
512 | 509 |
| |
513 | 510 |
| |
|
0 commit comments
Comments
(0)