postgresql/src/test/modules/dummy_index_am
Bruce Momjian 29275b1d17 Update copyright for 2024
Reported-by: Michael Paquier

Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz

Backpatch-through: 12
2024-01-03 20:49:05 -05:00
..
expected Fix lockmode initialization for custom relation options 2019-09-27 09:31:20 +09:00
sql Fix lockmode initialization for custom relation options 2019-09-27 09:31:20 +09:00
.gitignore Add dummy_index_am to src/test/modules/ 2019-09-25 12:11:12 +09:00
Makefile Add dummy_index_am to src/test/modules/ 2019-09-25 12:11:12 +09:00
README Fix lockmode initialization for custom relation options 2019-09-27 09:31:20 +09:00
dummy_index_am--1.0.sql Add dummy_index_am to src/test/modules/ 2019-09-25 12:11:12 +09:00
dummy_index_am.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
dummy_index_am.control Add dummy_index_am to src/test/modules/ 2019-09-25 12:11:12 +09:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00

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)