forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdfed001
committed
Have the rewriteheap code freeze old tuples. This is safe because it is only
applied to live tuples older than a recent Xmin, not to tuples that may be partof an update chain. Those still keep their original markings.This patch makes it possible for CLUSTER to advance relfrozenxid, thus avoidingthe need of vacuuming the table for Xid wraparound purposes. That will bepatched separately.Patch from Heikki Linnakangas.1 parentd365ce1 commitdfed001
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
| 541 | + | |
| 542 | + | |
541 | 543 |
| |
542 | 544 |
| |
543 | 545 |
| |
|
0 commit comments
Comments
(0)