forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite86cfc4
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 parent5c53844 commite86cfc4
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
873 | 873 |
| |
874 | 874 |
| |
875 | 875 |
| |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
876 | 882 |
| |
877 | 883 |
| |
878 | 884 |
| |
|
0 commit comments
Comments
(0)