- Notifications
You must be signed in to change notification settings - Fork28
Commitddd7b22
committed
Stop table sync workers when subscription relation entry is removed
When a table sync worker is in waiting state and the subscription tableentry is removed because of a concurrent subscription refresh, theworker could be left orphaned. To avoid that, explicitly stop theworker when the pg_subscription_rel entry is removed.Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>1 parenteab8689 commitddd7b22
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
| 603 | + | |
| 604 | + | |
603 | 605 |
| |
604 | 606 |
| |
605 | 607 |
| |
|
0 commit comments
Comments
(0)