page (pageinspect) Test case Failing - installcheck-world - tde_heap access method

Description

Following test case is failing while running installcheck-world with 'tde_heap' access method.

Please verify whether this requires just expected output change or need some code fix.

Behaviour is consistent on both Ubuntu 24 and Rocky 9.

diff -U3 /home/postgres/postgres/contrib/pageinspect/expected/page.out /home/postgres/postgres/contrib/pageinspect/results/page.out --- /home/postgres/postgres/contrib/pageinspect/expected/page.out 2024-12-18 18:19:58.116334527 +0000 +++ /home/postgres/postgres/contrib/pageinspect/results/page.out 2024-12-19 13:07:46.052857884 +0000 @@ -62,11 +62,7 @@ ERROR: invalid block number SELECT tuple_data_split('test1'::regclass, t_data, t_infomask, t_infomask2, t_bits) FROM heap_page_items(get_raw_page('test1', 0)); - tuple_data_split -------------------------------- - {"\\x01000001","\\x00020200"} -(1 row) - +ERROR: only heap AM is supported SELECT * FROM fsm_page_contents(get_raw_page('test1', 'fsm', 0)); fsm_page_contents ------------------- @@ -202,11 +198,7 @@ select tuple_data_split('test8'::regclass, t_data, t_infomask, t_infomask2, t_bits) from heap_page_items(get_raw_page('test8', 0)); - tuple_data_split -------------------------------------------------------------- - {"\\x7f00007f",NULL,NULL,NULL,NULL,NULL,NULL,"\\x00000000"} -(1 row) - +ERROR: only heap AM is supported

Environment

None

Activity

Show:

Aaditya Dubey December 23, 2024 at 9:59 AM

Hi

Thank you for the report.

Done

Details

Assignee

Reporter

Labels

Components

Sprint

Fix versions

Priority

Smart Checklist

Created December 19, 2024 at 8:53 PM
Updated January 22, 2025 at 5:33 PM
Resolved January 22, 2025 at 5:33 PM

Flag notifications