postgresql/contrib/pageinspect/expected
Michael Paquier 127404fbe2 pageinspect: Improve page_header() for pages of 32kB
ld_upper, ld_lower, pd_special and the page size have been using
smallint as return type, which could cause those fields to return
negative values in certain cases for builds configures with a page size
of 32kB.

Bump pageinspect to 1.10.  page_header() is able to handle the correct
return type of those fields at runtime when using an older version of
the extension, with some tests are added to cover that.

Author: Quan Zongliang
Reviewed-by: Michael Paquier, Bharath Rupireddy
Discussion: https://postgr.es/m/8b8ec36e-61fe-14f9-005d-07bc85aa4eed@yeah.net
2021-07-12 11:05:27 +09:00
..
brin.out pageinspect: Add tests 2016-11-01 14:02:16 -04:00
btree.out Use full 64-bit XIDs in deleted nbtree pages. 2021-02-24 18:41:34 -08:00
checksum.out Add an explicit test to catch changes in checksumming calculations. 2020-03-08 15:09:14 -04:00
checksum_1.out Add an explicit test to catch changes in checksumming calculations. 2020-03-08 15:09:14 -04:00
gin.out pageinspect: Change block number arguments to bigint 2021-01-19 11:03:38 +01:00
gist.out Add "LP_DEAD item?" column to GiST pageinspect functions 2021-02-14 20:11:11 -08:00
hash.out pageinspect: Change block number arguments to bigint 2021-01-19 11:03:38 +01:00
oldextversions.out pageinspect: Improve page_header() for pages of 32kB 2021-07-12 11:05:27 +09:00
page.out Improve error messages about mismatching relkind 2021-07-08 09:44:51 +02:00