mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:59:45 -04:00
92c2ecc130
vacuums. This allows a OLTP-like system with big tables to continue regular vacuuming on small-but-frequently-updated tables while the big tables are being vacuumed. Original patch from Hannu Krossing, rewritten by Tom Lane and updated by me.