postgresql/src/test/modules/dummy_index_am
..
expected
sql
.gitignore
dummy_index_am--1.0.sql
dummy_index_am.c
dummy_index_am.control
Makefile
meson.build
README

Dummy Index AM
==============

Dummy index AM is a module for testing any facility usable by an index
access method, whose code is kept a maximum simple.

This includes tests for all relation option types:
- boolean
- enum
- integer
- real
- strings (with and without NULL as default)