- Notifications
You must be signed in to change notification settings - Fork5
Commit93f4d7f
committed
Support Linux's oom_score_adj API as well as the older oom_adj API.
The simplest way to handle this is just to copy-and-paste the relevantcode block in fork_process.c, so that's what I did. (It's possible thatsomething more complicated would be useful to packagers who want to workwith either the old or the new API; but at this point the number of suchpeople is rapidly approaching zero, so let's just get the minimal thingdone.) Update relevant documentation as well.1 parentb9212e3 commit93f4d7f
File tree
3 files changed
+59
-16
lines changed- contrib/start-scripts
- doc/src/sgml
- src/backend/postmaster
3 files changed
+59
-16
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
| |||
78 | 82 |
| |
79 | 83 |
| |
80 | 84 |
| |
| 85 | + | |
81 | 86 |
| |
82 | 87 |
| |
83 | 88 |
| |
| |||
90 | 95 |
| |
91 | 96 |
| |
92 | 97 |
| |
| 98 | + | |
93 | 99 |
| |
94 | 100 |
| |
95 | 101 |
| |
|
Lines changed: 16 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1268 | 1268 |
| |
1269 | 1269 |
| |
1270 | 1270 |
| |
1271 |
| - | |
| 1271 | + | |
1272 | 1272 |
| |
1273 | 1273 |
| |
1274 | 1274 |
| |
| |||
1317 | 1317 |
| |
1318 | 1318 |
| |
1319 | 1319 |
| |
1320 |
| - | |
1321 |
| - | |
1322 |
| - | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
1323 | 1323 |
| |
1324 |
| - | |
| 1324 | + | |
1325 | 1325 |
| |
1326 | 1326 |
| |
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 | 1329 |
| |
1330 |
| - | |
| 1330 | + | |
1331 | 1331 |
| |
1332 |
| - | |
| 1332 | + | |
1333 | 1333 |
| |
1334 | 1334 |
| |
1335 | 1335 |
| |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
1336 | 1345 |
| |
1337 | 1346 |
| |
1338 | 1347 |
| |
|
Lines changed: 33 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
| 71 | + | |
| 72 | + | |
73 | 73 |
| |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
77 | 105 |
| |
78 | 106 |
| |
79 | 107 |
| |
|
0 commit comments
Comments
(0)