forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit46a2d24
committed
dsm: allow use in single user mode.
It might seem pointless to allow use of dsm in single user mode, but otherwisesubsystems might need dedicated single user mode code paths.Besides changing the assert, all that's needed is to make some windows codeassuming the presence of postmaster conditional.Author: Andres Freund <andres@anarazel.de>Reviewed-By: Thomas Munro <thomas.munro@gmail.com>Discussion:https://postgr.es/m/CA+hUKGL9hY_VY=+oUK+Gc1iSRx-Ls5qeYJ6q=dQVZnT3R63Taw@mail.gmail.com1 parente99546f commit46a2d24
2 files changed
+11
-4
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
397 | 397 |
| |
398 | 398 |
| |
399 | 399 |
| |
| 400 | + | |
400 | 401 |
| |
401 | 402 |
| |
402 | 403 |
| |
| |||
496 | 497 |
| |
497 | 498 |
| |
498 | 499 |
| |
499 |
| - | |
500 |
| - | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
501 | 506 |
| |
502 | 507 |
| |
503 | 508 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
959 | 959 |
| |
960 | 960 |
| |
961 | 961 |
| |
| 962 | + | |
962 | 963 |
| |
963 | 964 |
| |
964 | 965 |
| |
| |||
984 | 985 |
| |
985 | 986 |
| |
986 | 987 |
| |
987 |
| - | |
988 | 988 |
| |
| 989 | + | |
989 | 990 |
| |
990 | 991 |
| |
991 | 992 |
| |
| |||
1008 | 1009 |
| |
1009 | 1010 |
| |
1010 | 1011 |
| |
| 1012 | + | |
1011 | 1013 |
| |
1012 | 1014 |
| |
1013 | 1015 |
| |
| |||
1025 | 1027 |
| |
1026 | 1028 |
| |
1027 | 1029 |
| |
1028 |
| - | |
1029 | 1030 |
| |
| 1031 | + | |
1030 | 1032 |
| |
1031 | 1033 |
| |
1032 | 1034 |
| |
|
0 commit comments
Comments
(0)