Hi All,
The latest CFBot run (v5 patch) shows one CI failure: FreeBSD - Meson: test_misc/007_catcache_inval exits with status 29.
This failure is unrelated to the patch.
The failing test exercises catalog cache invalidation using injection points on SQL function lookups, no PL/pgSQL, no record variables, no composite type handling.
The patch only touches assign_record_var() in pl_exec.c and PLpgSQL_rec in plpgsql.h, neither of which are executed by this test. All PL/pgSQL regression tests pass on all platforms.
Re-attaching the patch to kick in the CFBot again.
Regards,
Surya Poondla