pgsql: Reinstate tests accidentally removed by e3fcca0d0d

Started by Tomas Vondraalmost 4 years ago2 messagescomitters
Jump to latest
#1Tomas Vondra
tomas.vondra@2ndquadrant.com

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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0df4eb3f708626ba3b0fdfab5afccf785e5e945c

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Tomas Vondra (#1)
Re: pgsql: Reinstate tests accidentally removed by e3fcca0d0d

On 18.07.22 19:26, Tomas Vondra wrote:

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
------
master

This should also be applied to branch REL_15_STABLE.