- Notifications
You must be signed in to change notification settings - Fork5
Commit611fed3
committed
Reset 'ps' display just once when resolving VXID conflicts.
This prevents the word "waiting" from briefly disappearing from the psstatus line when ResolveRecoveryConflictWithVirtualXIDs begins a newiteration of the outer loop.Along the way, remove some useless pgstat_report_waiting() calls;the startup process doesn't appear in pg_stat_activity.Fujii Masao1 parentdf142bf commit611fed3
1 file changed
+13
-17
lines changedLines changed: 13 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| |||
191 | 190 |
| |
192 | 191 |
| |
193 | 192 |
| |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 193 | + | |
| 194 | + | |
200 | 195 |
| |
201 |
| - | |
202 |
| - | |
| 196 | + | |
| 197 | + | |
203 | 198 |
| |
| 199 | + | |
| 200 | + | |
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
| |||
246 | 243 |
| |
247 | 244 |
| |
248 | 245 |
| |
249 |
| - | |
250 |
| - | |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 | 246 |
| |
258 | 247 |
| |
259 | 248 |
| |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
260 | 256 |
| |
261 | 257 |
| |
262 | 258 |
| |
|
0 commit comments
Comments
(0)