forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit80c79ab
committed
pgstattuple: Use SnapshotDirty, not SnapshotNow.
Tuples belonging to uncommitted transactions should not becounted as dead.This is arguably a bug fix that should be back-patched, butas no one ever noticed until it came time to try to get ridof SnapshotNow, I'm only doing this in master for now.1 parent3483f43 commit80c79ab
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
| 281 | + | |
281 | 282 |
| |
282 | 283 |
| |
283 | 284 |
| |
| 285 | + | |
284 | 286 |
| |
285 | 287 |
| |
286 | 288 |
| |
| |||
296 | 298 |
| |
297 | 299 |
| |
298 | 300 |
| |
299 |
| - | |
| 301 | + | |
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
|
0 commit comments
Comments
(0)