mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 09:17:39 +08:00
> * -Consider shrinking expired tuples to just their headers > * -Allow heap reuse of UPDATEd rows if no indexed columns are changed, > and old and new versions are on the same heap page Not needed anymore: < * Reuse index tuples that point to heap tuples that are not visible to < anyone?