- Notifications
You must be signed in to change notification settings - Fork4.9k
Commitf6e0927
committed
Only send cleanup_info messages if VACUUM removes any tuples.
There is no other purpose for this message type than to reportthe latestRemovedXid of removed tuples, prior to index scans.Removes overlooked path for sending invalid latestRemovedXid.Fixes buildfarm failure on centaur.1 parent0192abc commitf6e0927
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
278 | 280 |
| |
279 |
| - | |
| 281 | + | |
| 282 | + | |
280 | 283 |
| |
281 | 284 |
| |
282 | 285 |
| |
|
0 commit comments
Comments
(0)