- Notifications
You must be signed in to change notification settings - Fork5
Commitb7e51d9
committed
Don't allow relminmxid to go backwards during VACUUM FULL
We were allowing a table's pg_class.relminmxid value to move backwardswhen heaps were swapped by VACUUM FULL or CLUSTER. There is asimilar protection against relfrozenxid going backwards, which weneglected to clone when the multixact stuff was rejiggered by commit0ac5ad5.Backpatch to 9.3, where relminmxid was introduced.As reported by Heikki inhttp://www.postgresql.org/message-id/52401AEA.9000608@vmware.com1 parentb277057 commitb7e51d9
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
861 | 861 |
| |
862 | 862 |
| |
863 | 863 |
| |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
864 | 870 |
| |
865 | 871 |
| |
866 | 872 |
| |
|
0 commit comments
Comments
(0)