forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7275899
committed
Move synchronous_standbys_defined updates from WAL writer to BG writer.
This is advantageous because the BG writer is alive until much later inthe shutdown sequence than WAL writer; we want to make sure that it'spossible to shut off synchronous replication during a smart shutdown,else it might not be possible to complete the shutdown at all.Per very reasonable gripes from Fujii Masao and Simon Riggs.1 parentf78ba0a commit7275899
File tree
3 files changed
+11
-9
lines changed- src/backend
- postmaster
- replication
3 files changed
+11
-9
lines changedLines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| 58 | + | |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
| |||
363 | 364 |
| |
364 | 365 |
| |
365 | 366 |
| |
| 367 | + | |
| 368 | + | |
| 369 | + | |
366 | 370 |
| |
367 | 371 |
| |
368 | 372 |
| |
| |||
389 | 393 |
| |
390 | 394 |
| |
391 | 395 |
| |
| 396 | + | |
| 397 | + | |
392 | 398 |
| |
393 | 399 |
| |
394 | 400 |
| |
| |||
704 | 710 |
| |
705 | 711 |
| |
706 | 712 |
| |
| 713 | + | |
| 714 | + | |
707 | 715 |
| |
708 | 716 |
| |
709 | 717 |
| |
|
Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
53 | 52 |
| |
54 | 53 |
| |
55 | 54 |
| |
| |||
217 | 216 |
| |
218 | 217 |
| |
219 | 218 |
| |
220 |
| - | |
221 |
| - | |
222 |
| - | |
223 | 219 |
| |
224 | 220 |
| |
225 | 221 |
| |
| |||
241 | 237 |
| |
242 | 238 |
| |
243 | 239 |
| |
244 |
| - | |
245 |
| - | |
246 | 240 |
| |
247 | 241 |
| |
248 | 242 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
561 |
| - | |
562 |
| - | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
|
0 commit comments
Comments
(0)