| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Improve test output of extended statistics for ndistinct and dep |
| Date: | 2025-12-05 05:16:17 |
| Message-ID: | E1vROAy-002syD-1w@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Improve test output of extended statistics for ndistinct and dependencies
Corey Huinker has come up with a recipe that is more compact and more
pleasant to the eye for extended stats because we know that all of them
are 1-dimension JSON arrays. This commit switches the extended stats
tests to use replace() instead of jsonb_pretty(), splitting the data so
as one line is used for each item in the extended stats object.
This results in the removal of a good chunk of test output, that is now
easier to debug with one line used for each item in a stats object.
This patch has not been provided by Corey. This is some post-commit
cleanup work that I have noticed as good enough to do on its own while
reviewing the rest of the patch set Corey has posted.
Discussion: https://postgr.es/m/CADkLM=csMd52i39Ye8-PUUHyzBb3546eSCUTh-FBQ7bzT2uZ4Q@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2f04110225ab30fbd9889d6f5d73fd6b3e1b308b
Modified Files
--------------
src/test/regress/expected/stats_ext.out | 272 ++++++--------------------------
src/test/regress/sql/stats_ext.sql | 20 +--
2 files changed, 60 insertions(+), 232 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Paquier | 2025-12-05 07:40:55 | pgsql: Use more palloc_object() and palloc_array() in contrib/ |
| Previous Message | Amit Kapila | 2025-12-05 04:22:54 | pgsql: Rename column slotsync_skip_at to slotsync_last_skip. |