pgsql: Organize and deduplicate statistics import tests.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Organize and deduplicate statistics import tests.
Date: 2025-03-06 08:20:27
Message-ID: E1tq6Sx-0013RM-2i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Organize and deduplicate statistics import tests.

Author: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>
Reported-by: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAKRu_bWEqUfxhODfJ-XbZC75vq=P6DYOKK6biyey=yM1Ah3Hg@mail.gmail.com
Discussion: https://postgr.es/m/CADkLM=f1n2_Vomq0gKab7xdxDHmJGgn=DE48P8fzQOp3Mrs1Qg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1d33de9d683722bfa14e436e30a8f5b999a4e2e7

Modified Files
--------------
src/test/regress/expected/stats_import.out | 681 +++++++++++------------------
src/test/regress/sql/stats_import.sql | 555 +++++++++--------------
2 files changed, 454 insertions(+), 782 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2025-03-06 08:55:55 pgsql: Avoid invalidating all RelationSyncCache entries on publication
Previous Message Jeff Davis 2025-03-06 08:11:38 pgsql: Address stats export review comments.