postgresql/src
Michael Paquier 2f04110225 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
2025-12-05 14:15:21 +09:00
..
backend Rename column slotsync_skip_at to slotsync_last_skip. 2025-12-05 04:12:55 +00:00
bin Use "foo(void)" for definitions of functions with no parameters. 2025-12-03 10:54:37 -06:00
common Remove useless casting to same type 2025-12-02 10:09:32 +01:00
fe_utils Add \pset options for boolean value display 2025-11-03 17:40:39 +01:00
include Rename column slotsync_skip_at to slotsync_last_skip. 2025-12-05 04:12:55 +00:00
interfaces Remove useless casting to same type 2025-12-02 10:09:32 +01:00
makefiles Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
pl Avoid memory leak in validation of a PL/Python trigger function. 2025-10-23 14:23:26 -04:00
port Remove useless casting to same type 2025-12-02 10:09:32 +01:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Improve test output of extended statistics for ndistinct and dependencies 2025-12-05 14:15:21 +09:00
timezone Update timezone to C99 2025-11-21 13:07:40 +01:00
tools headerscheck ccache support 2025-12-04 11:23:23 +01:00
tutorial Fix compile of src/tutorial/funcs.c 2025-10-07 10:45:57 +02:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
Makefile.shlib Use exported symbols list on macOS for loadable modules as well 2025-06-10 07:04:43 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00