postgresql/contrib/pageinspect/expected
Tom Lane 47a22dc2cb Revert "Prevent instability in contrib/pageinspect's regression test."
This reverts commit 5cda142bb9
(in v14 only).

It turns out that that fails under force_parallel_mode = regress,
because pageinspect's disk-access functions are marked parallel
safe, which they are not if you try to use them on a temp table.
The cost of fixing that pre-v15 seems to exceed the value of
making this test case fully stable, so we will just leave things
as-is in v14.
2022-11-21 15:37:48 -05:00
..
brin.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
btree.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
checksum_1.out Add an explicit test to catch changes in checksumming calculations. 2020-03-08 15:09:14 -04:00
checksum.out Add an explicit test to catch changes in checksumming calculations. 2020-03-08 15:09:14 -04:00
gin.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
gist.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
hash.out pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
oldextversions.out pageinspect: Change block number arguments to bigint 2021-01-19 11:03:38 +01:00
page.out Revert "Prevent instability in contrib/pageinspect's regression test." 2022-11-21 15:37:48 -05:00