forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit981524d
committed
Make archiver process handle barrier events.
Commitd75288f made WAL archiver process an auxiliary process.An auxiliary process needs to handle barrier events but the commitforgot to make archiver process do that.Reported-by: Thomas MunroAuthor: Fujii MasaoReviewed-by: Thomas MunroDiscussion:https://postgr.es/m/CA+hUKGLah2w1pWKHonZP_+EQw69=q56AHYwCgEN8GDzsRG_Hgw@mail.gmail.com1 parentf80979f commit981524d
1 file changed
+27
-14
lines changedLines changed: 27 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
| |||
257 | 258 |
| |
258 | 259 |
| |
259 | 260 |
| |
260 |
| - | |
261 |
| - | |
262 |
| - | |
263 |
| - | |
264 |
| - | |
265 |
| - | |
| 261 | + | |
| 262 | + | |
266 | 263 |
| |
267 | 264 |
| |
268 | 265 |
| |
| |||
355 | 352 |
| |
356 | 353 |
| |
357 | 354 |
| |
358 |
| - | |
359 |
| - | |
360 |
| - | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
361 | 358 |
| |
362 |
| - | |
363 |
| - | |
364 |
| - | |
365 |
| - | |
366 |
| - | |
| 359 | + | |
367 | 360 |
| |
368 | 361 |
| |
369 | 362 |
| |
| |||
703 | 696 |
| |
704 | 697 |
| |
705 | 698 |
| |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + |
0 commit comments
Comments
(0)