forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a1d8ce
committed
Detach syslogger from shared memory
Commitaafc05d removed the calls to detach from shared memory fromsyslogger startup. That was not intentional, so put them back.Author: Rui ZhaoReviewed-by: Aleksander AlekseevBackpatch-through: 17Discussion:https://www.postgresql.org/message-id/11505016-8cf3-4691-b996-7faed99b7877.xiyuan.zr@alibaba-inc.com1 parent679f940 commit6a1d8ce
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
| |||
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
222 |
| - | |
223 |
| - | |
224 |
| - | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
225 | 226 |
| |
226 | 227 |
| |
227 | 228 |
| |
| |||
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
252 | 260 |
| |
253 | 261 |
| |
254 | 262 |
| |
|
0 commit comments
Comments
(0)