pgsql: amcheck: Add a test with GIN index on JSONB data - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: amcheck: Add a test with GIN index on JSONB data
Date
Msg-id E1tyYQg-001bh4-1G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
amcheck: Add a test with GIN index on JSONB data

Extend the existing test of GIN checks to also include an index on JSONB
data, using the jsonb_path_ops opclass. This is a common enough usage of
GIN that it makes sense to have better test coverage for it.

Author: Mark Dilger <mark.dilger@enterprisedb.com>
Reviewed-By: Tomas Vondra <tomas.vondra@enterprisedb.com>
Reviewed-By: Kirill Reshke <reshkekirill@gmail.com>
Discussion: https://postgr.es/m/BC221A56-977C-418E-A1B8-9EFC881D80C5%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ca738bdc4c9d32c05a6abd125ce495dfb82be492

Modified Files
--------------
contrib/amcheck/expected/check_gin.out | 14 ++++++++++++++
contrib/amcheck/sql/check_gin.sql      | 12 ++++++++++++
2 files changed, 26 insertions(+)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix "‘static’ is not at beginning of declaration" warning
Next
From: Jeff Davis
Date:
Subject: Re: pgsql: pg_upgrade: Fix inconsistency in memory freeing