pgsql: Add BRIN test case

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add BRIN test case
Date: 2020-01-22 21:42:09
Message-ID: E1iuNlJ-0001Uf-D9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add BRIN test case

This test case was sketched in commit message 4c87010981f3 to explain an
ancient bug; it translates to a coverage increase, so add it to the BRIN
regression tests.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/611ce856f5a862a291a05d148828208e1f4ed46b

Modified Files
--------------
src/test/regress/expected/brin.out | 19 +++++++++++++++++++
src/test/regress/sql/brin.sql | 10 ++++++++++
2 files changed, 29 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2020-01-22 21:45:36 Re: pgsql: Fix crash in BRIN inclusion op functions, due to missing datum c
Previous Message Sergei Kornilov 2020-01-22 15:58:46 Re: pgsql: walreceiver uses a temporary replication slot by default