forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbcbd940
committed
Remove dynamic_shared_memory_type=none
PostgreSQL nowadays offers some kind of dynamic shared memory feature onall supported platforms. Having the choice of "none" prevents us fromrelying on DSM in core features. So this patch removes the choice of"none".Author: Kyotaro Horiguchi <horiguchi.kyotaro@lab.ntt.co.jp>1 parent17b715c commitbcbd940
File tree
9 files changed
+17
-48
lines changed- doc/src/sgml
- src
- backend
- access/transam
- optimizer/plan
- storage/ipc
- utils/misc
- bin/initdb
- include/storage
9 files changed
+17
-48
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1662 | 1662 |
| |
1663 | 1663 |
| |
1664 | 1664 |
| |
1665 |
| - | |
1666 |
| - | |
1667 |
| - | |
| 1665 | + | |
| 1666 | + | |
| 1667 | + | |
1668 | 1668 |
| |
1669 | 1669 |
| |
1670 | 1670 |
| |
|
Lines changed: 0 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 |
| - | |
128 |
| - | |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 | 127 |
| |
136 | 128 |
| |
137 | 129 |
| |
|
Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 | 164 |
| |
172 | 165 |
| |
173 | 166 |
| |
|
Lines changed: 1 addition & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
335 | 335 |
| |
336 | 336 |
| |
337 | 337 |
| |
338 |
| - | |
339 | 338 |
| |
340 | 339 |
| |
341 | 340 |
| |
| |||
6050 | 6049 |
| |
6051 | 6050 |
| |
6052 | 6051 |
| |
6053 |
| - | |
6054 |
| - | |
| 6052 | + | |
6055 | 6053 |
| |
6056 | 6054 |
| |
6057 | 6055 |
| |
|
Lines changed: 0 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
154 |
| - | |
155 |
| - | |
156 |
| - | |
157 | 153 |
| |
158 | 154 |
| |
159 | 155 |
| |
| |||
219 | 215 |
| |
220 | 216 |
| |
221 | 217 |
| |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
226 | 218 |
| |
227 | 219 |
| |
228 | 220 |
| |
| |||
391 | 383 |
| |
392 | 384 |
| |
393 | 385 |
| |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 | 386 |
| |
402 | 387 |
| |
403 | 388 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
110 | 109 |
| |
111 | 110 |
| |
112 | 111 |
| |
| |||
210 | 209 |
| |
211 | 210 |
| |
212 | 211 |
| |
213 |
| - | |
214 |
| - | |
215 | 212 |
| |
216 | 213 |
| |
217 | 214 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 |
| - | |
137 | 136 |
| |
138 | 137 |
| |
139 | 138 |
| |
|
Lines changed: 13 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
984 | 984 |
| |
985 | 985 |
| |
986 | 986 |
| |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
987 | 996 |
| |
988 | 997 |
| |
989 | 998 |
| |
| |||
996 | 1005 |
| |
997 | 1006 |
| |
998 | 1007 |
| |
999 |
| - | |
| 1008 | + | |
1000 | 1009 |
| |
1001 | 1010 |
| |
1002 | 1011 |
| |
| 1012 | + | |
1003 | 1013 |
| |
1004 | 1014 |
| |
1005 | 1015 |
| |
| |||
1031 | 1041 |
| |
1032 | 1042 |
| |
1033 | 1043 |
| |
1034 |
| - | |
| 1044 | + | |
1035 | 1045 |
| |
1036 | 1046 |
| |
1037 | 1047 |
| |
| 1048 | + | |
1038 | 1049 |
| |
1039 | 1050 |
| |
1040 | 1051 |
| |
| |||
1046 | 1057 |
| |
1047 | 1058 |
| |
1048 | 1059 |
| |
1049 |
| - | |
1050 |
| - | |
1051 |
| - | |
1052 |
| - | |
1053 |
| - | |
1054 | 1060 |
| |
1055 | 1061 |
| |
1056 | 1062 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
|
0 commit comments
Comments
(0)