pgsql: Add regression test for minmax-multi macaddr8 type

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add regression test for minmax-multi macaddr8 type
Date: 2021-04-04 17:35:32
Message-ID: E1lT6eq-00043l-Ev@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add regression test for minmax-multi macaddr8 type

The regression test for BRIN minmax-multi opclasses tested almost all
supported data types, with the exception of macaddr8. So this adds it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4908684ddab35135869efa2af6b49c4d67c422f9

Modified Files
--------------
src/test/regress/expected/brin_multi.out | 9 +++++++++
src/test/regress/sql/brin_multi.sql | 9 +++++++++
2 files changed, 18 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2021-04-04 17:37:15 pgsql: Fix bug in brin_minmax_multi_union
Previous Message Tomas Vondra 2021-04-04 17:26:38 pgsql: Fix order of parameters in BRIN minmax-multi calls