postgresql/contrib/amcheck/sql
Tomas Vondra ca738bdc4c 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
2025-03-29 16:47:44 +01:00
..
check.sql Add amcheck extension to contrib. 2017-03-09 16:33:02 -08:00
check_btree.sql Fix typos and duplicate words 2024-04-18 21:28:07 +02:00
check_gin.sql amcheck: Add a test with GIN index on JSONB data 2025-03-29 16:47:44 +01:00
check_heap.sql Fix test of pg_stat_io for wal_level=minimal. 2023-07-01 10:00:39 -07:00