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-07-18 17:26:21
Message-ID: E1oDUVg-0008s7-DN@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
------
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(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-07-18 18:45:33 pgsql: Deal with paths containing \ and spaces in basebackup_to_shell t
Previous Message Peter Eisentraut 2022-07-18 13:06:08 pgsql: pg_upgrade: Adjust quoting style in message to match guidelines