mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 00:04:53 -05:00
analyzing, so that future analyze threshold calculations don't get confused. Also, make sure we correctly track the decrease of live tuples cause by deletes. Per report from Dylan Hansen, patches by Tom Lane and me.