postgresql/contrib/pageinspect/sql
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.sql pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
btree.sql pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
checksum.sql Add an explicit test to catch changes in checksumming calculations. 2020-03-08 15:09:14 -04:00
gin.sql pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
gist.sql pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
hash.sql pageinspect: Fix handling of all-zero pages 2022-04-14 15:09:26 +09:00
oldextversions.sql pageinspect: Change block number arguments to bigint 2021-01-19 11:03:38 +01:00
page.sql Revert "Prevent instability in contrib/pageinspect's regression test." 2022-11-21 15:37:48 -05:00