Prevent (auto)vacuum from truncating first page of populated matview.
Kevin Grittner <kgrittn@postgresql.org>
Prevent (auto)vacuum from truncating first page of populated matview. Per report from Fujii Masao, with regression test using his example.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/vacuumlazy.c | modified | +6 −0 |
| src/test/regress/expected/matview.out | modified | +20 −0 |
| src/test/regress/sql/matview.sql | modified | +12 −0 |