]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add output test for pg_dependencies statistics import
authorMichael Paquier <michael@paquier.xyz>
Tue, 27 Jan 2026 23:37:46 +0000 (08:37 +0900)
committerMichael Paquier <michael@paquier.xyz>
Tue, 27 Jan 2026 23:37:46 +0000 (08:37 +0900)
commitf9562b95c6e8a66b4cd081f09cc600bf7a364c46
tree51333b030991d2e744fef255d23cca76162fb800
parentc6a10a89feab903b03e2eb664bd6e931b28416a2
Add output test for pg_dependencies statistics import

Commit 302879bd68d115 has added the ability to restore extended stats of
the type "dependencies", but it has forgotten the addition of a test to
verify that the value restored was actually set.

This test is the pg_dependencies equivalent of the test added for
pg_ndistinct in 0e80f3f88dea.

Author: Corey Huinker <corey.huinker@gmail.com>
Discussion: https://postgr.es/m/CADkLM=dZr_Ut3jKw94_BisyyDtNZPRJWeOALXVzcJz=ZFTAhvQ@mail.gmail.com
src/test/regress/expected/stats_import.out
src/test/regress/sql/stats_import.sql