diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/tmp_check/results/indexing.out --- /tmp/cirrus-ci-build/src/test/regress/expected/indexing.out 2026-03-31 07:54:07.669915015 +0000 +++ /tmp/cirrus-ci-build/src/test/modules/test_plan_advice/tmp_check/results/indexing.out 2026-03-31 08:05:04.951067554 +0000 @@ -1677,6 +1677,8 @@ create index row_image_index on test_pg_wholerow_index ((row_image(test_pg_wholerow_index))); insert into test_pg_wholerow_index values (2, 'addition', 0); +ERROR: type test_pg_wholerow_index has changed +DETAIL: The composite value was created using a previous definition of type test_pg_wholerow_index. drop index row_image_index; drop function row_image(test_pg_wholerow_index); drop table test_pg_wholerow_index;