forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3c9bc21
committed
Make tablesync worker exit when apply dies while it was waiting for it
This avoids "orphaned" sync workers.This was caused by a thinko in wait_for_sync_status_change.Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>Reported-by: Masahiko Sawada <sawada.mshk@gmail.com>1 parent34aebcf commit3c9bc21
1 file changed
+21
-3
lines changedLines changed: 21 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 |
| - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
150 | 155 |
| |
151 | 156 |
| |
152 | 157 |
| |
| |||
161 | 166 |
| |
162 | 167 |
| |
163 | 168 |
| |
| 169 | + | |
| 170 | + | |
164 | 171 |
| |
165 |
| - | |
| 172 | + | |
| 173 | + | |
166 | 174 |
| |
167 | 175 |
| |
168 | 176 |
| |
169 | 177 |
| |
170 | 178 |
| |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
171 | 188 |
| |
| 189 | + | |
172 | 190 |
| |
173 | 191 |
| |
174 | 192 |
| |
| |||
179 | 197 |
| |
180 | 198 |
| |
181 | 199 |
| |
182 |
| - | |
| 200 | + | |
183 | 201 |
| |
184 | 202 |
| |
185 | 203 |
| |
|
0 commit comments
Comments
(0)