forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteb21f5b
committed
Remove redundant SetProcessingMode(InitProcessing) calls
After several refactoring iterations, auxiliary processes are nolonger initialized from the bootstrapper. Using the InitProcessingmode for initializing auxiliary processes is more appropriate. Sincethe global variable Mode is initialized to InitProcessing, we can justremove the redundant calls of SetProcessingMode(InitProcessing).Author: Xing Guo <higuoxing@gmail.com>Discussion:https://www.postgresql.org/message-id/CACpMh%2BDBHVT4xPGimzvex%3DwMdMLQEu9PYhT%2BkwwD2x2nu9dU_Q%40mail.gmail.com1 parent4d22173 commiteb21f5b
File tree
5 files changed
+7
-6
lines changed- src/backend
- postmaster
- replication/logical
- tcop
5 files changed
+7
-6
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
| |||
1373 | 1373 |
| |
1374 | 1374 |
| |
1375 | 1375 |
| |
1376 |
| - | |
| 1376 | + | |
1377 | 1377 |
| |
1378 | 1378 |
| |
1379 | 1379 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
| 58 | + | |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
746 | 746 |
| |
747 | 747 |
| |
748 | 748 |
| |
749 |
| - | |
| 749 | + | |
750 | 750 |
| |
751 | 751 |
| |
752 | 752 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1342 | 1342 |
| |
1343 | 1343 |
| |
1344 | 1344 |
| |
1345 |
| - | |
| 1345 | + | |
1346 | 1346 |
| |
1347 | 1347 |
| |
1348 | 1348 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4161 | 4161 |
| |
4162 | 4162 |
| |
4163 | 4163 |
| |
4164 |
| - | |
| 4164 | + | |
4165 | 4165 |
| |
4166 | 4166 |
| |
4167 | 4167 |
| |
|
0 commit comments
Comments
(0)