diff -U3 /tmp/cirrus-ci-build/contrib/hstore_plperl/expected/hstore_plperl.out /tmp/cirrus-ci-build/build/testrun/hstore_plperl/regress/results/hstore_plperl.out --- /tmp/cirrus-ci-build/contrib/hstore_plperl/expected/hstore_plperl.out 2024-03-27 22:35:12.754470000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/hstore_plperl/regress/results/hstore_plperl.out 2024-03-27 22:53:12.704736000 +0000 @@ -7,6 +7,7 @@ FROM information_schema.transforms JOIN information_schema.routines USING (specific_catalog, specific_schema, specific_name) ORDER BY 1, 2, 5, 6; +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree udt_schema | udt_name | routine_schema | routine_name | group_name | transform_type ------------+----------+----------------+------------------+------------+---------------- public | hstore | public | hstore_to_plperl | plperl | FROM SQL diff -U3 /tmp/cirrus-ci-build/contrib/hstore_plperl/expected/hstore_plperlu.out /tmp/cirrus-ci-build/build/testrun/hstore_plperl/regress/results/hstore_plperlu.out --- /tmp/cirrus-ci-build/contrib/hstore_plperl/expected/hstore_plperlu.out 2024-03-27 22:35:12.754563000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/hstore_plperl/regress/results/hstore_plperlu.out 2024-03-27 22:53:12.833800000 +0000 @@ -7,6 +7,7 @@ FROM information_schema.transforms JOIN information_schema.routines USING (specific_catalog, specific_schema, specific_name) ORDER BY 1, 2, 5, 6; +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree udt_schema | udt_name | routine_schema | routine_name | group_name | transform_type ------------+----------+----------------+-------------------+------------+---------------- public | hstore | public | hstore_to_plperlu | plperlu | FROM SQL