Commit 0dd094c
committed
Remove unused ParallelWorkerInfo.pid field
The pid was originally used in error context of messages propagated
from parallel workers, but commit 292794f removed that. If the need
arises in the future, you can also get the pid with
"shm_mq_get_sender(pcxt->worker[i].error_mqh)->pid".1 parent 8545b28 commit 0dd094c
File tree
2 files changed
+0
-24
lines changed- src
- backend/access/transam
- include/access
2 files changed
+0
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1131 | 1131 | | |
1132 | 1132 | | |
1133 | 1133 | | |
1134 | | - | |
1135 | | - | |
1136 | | - | |
1137 | | - | |
1138 | | - | |
1139 | | - | |
1140 | | - | |
1141 | | - | |
1142 | | - | |
1143 | | - | |
1144 | 1134 | | |
1145 | 1135 | | |
1146 | 1136 | | |
| |||
1304 | 1294 | | |
1305 | 1295 | | |
1306 | 1296 | | |
1307 | | - | |
1308 | 1297 | | |
1309 | 1298 | | |
1310 | 1299 | | |
| |||
1369 | 1358 | | |
1370 | 1359 | | |
1371 | 1360 | | |
1372 | | - | |
1373 | | - | |
1374 | | - | |
1375 | | - | |
1376 | | - | |
1377 | | - | |
1378 | | - | |
1379 | | - | |
1380 | | - | |
1381 | | - | |
1382 | | - | |
1383 | | - | |
1384 | 1361 | | |
1385 | 1362 | | |
1386 | 1363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| |||
0 commit comments