pgsql: Reinstate tests accidentally removed by e3fcca0d0d

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reinstate tests accidentally removed by e3fcca0d0d
Date: 2022-09-04 22:08:20
Message-ID: E1oUxmu-001Syt-AS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Reinstate tests accidentally removed by e3fcca0d0d

Commit e3fcca0d0d24 reverted modifications to HOT for BRIN, but it also
removed a couple unrelated tests from stats.sql. Reinstate those tests.

Reported-by: Peter Eisentraut

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/46b588afcdc6891bb0972bdeb6bc36bad5c01033

Modified Files
--------------
src/test/regress/expected/stats.out | 242 ++++++++++++++++++++++++++++++++++++
src/test/regress/sql/stats.sql | 111 +++++++++++++++++
2 files changed, 353 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2022-09-04 22:13:14 pgsql: Force parallelism in partition_aggregate
Previous Message Andres Freund 2022-09-04 21:08:12 Re: pgsql: Build all Flex files standalone