Re: pgsql: BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera <alvherre@alvh.no-ip.org>
From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: pgsql-hackers@lists.postgresql.org
Date: 2022-08-05T16:10:43Z
Lists: pgsql-hackers
On 2022-Aug-05, Alvaro Herrera wrote: > Add a test that tickles the case, as branch testing technology allows. One point here is that this confirms that the backpatched renaming alias for PostgreSQL::Test::Cluster is working well. Another is that, as far as I know, this is the going to be the only case of any code being run under wal_consistency_checking=[not off] regularly. 027_stream_regress.pl is equipped to do so, but as far as I know we have no buildfarm animal with PG_EXTRA_TESTS set it so. I did consider to make this new test conditional on having that flag be on, but I disregarded it because of that. A third point is that in branches 15+ I made it use pg_walinspect to ensure that the desired WAL record is being emitted. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/
Commits
-
Remove unportable use of timezone in recent test
- f4beef1c2d66 14.5 landed
- afe58c8b746c 16.0 landed
- 9c3006000791 15.0 landed
- 8e5874964be8 10.22 landed
- 61904503b7ba 11.17 landed
- 3aafd5da7dad 12.12 landed
- 1626590f2eb6 13.8 landed
-
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
- e44dae07f931 16.0 cited
-
Add WAL consistency checking facility.
- a507b86900f6 10.0 cited