mirror of
https://github.com/postgres/postgres.git
synced 2026-05-24 09:31:33 -04:00
ee9e145531
Hopefully fix the fact that these checks are unstable, by introducing the corruption in a separate table from pg_class, and also explicitly disable autovacuum on those tables. Also make sure PostgreSQL is stopped while the corruption is introduced to avoid possible caching effects. Author: Michael Banck