Add test with multirange type for pg_restore_attribute_stats() This commit adds a test for pg_restore_attribute_stats() with the injection of statistics related to a multirange type. This case is supported in statatt_get_type() since its introduction in ce207d2a7901, but there was no test in the main regression test suite to check for the case where attribute stats is restored for a multirange type, as done by multirange_typanalyze().
Note that this has been originally applied as d4504d6f60e0 in v19 and newer branches. This will be used for the test of a follow-up commit. Author: Corey Huinker <[email protected]> Discussion: https://postgr.es/m/CADkLM=c3jivzhnxlt-x_jicyknrywltiochopikagm2_vdr...@mail.gmail.com Security: CVE-2026-16238 Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/8d428c6e677d05122ad2286f0e8d468bb532acb1 Author: Michael Paquier <[email protected]> Modified Files -------------- src/test/regress/expected/stats_import.out | 29 ++++++++++++++++++++++++++++- src/test/regress/sql/stats_import.sql | 24 ++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-)
