pgsql: Add output test for pg_dependencies statistics import

Started by Michael Paquier6 months ago1 messagescomitters
Jump to latest
#1Michael Paquier
michael@paquier.xyz

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: /messages/by-id/CADkLM=dZr_Ut3jKw94_BisyyDtNZPRJWeOALXVzcJz=ZFTAhvQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f9562b95c6e8a66b4cd081f09cc600bf7a364c46

Modified Files
--------------
src/test/regress/expected/stats_import.out | 12 ++++++++++++
src/test/regress/sql/stats_import.sql | 7 +++++++
2 files changed, 19 insertions(+)