]> granicus.if.org Git - postgresql/commit
Add dummy_index_am to src/test/modules/
authorMichael Paquier <michael@paquier.xyz>
Wed, 25 Sep 2019 03:11:12 +0000 (12:11 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 25 Sep 2019 03:11:12 +0000 (12:11 +0900)
commit640c19869f8c4b5c34d3982b5e1cd40e62abbb85
tree10ce536cfc5c5f01e3a5feb297145ee5e150f050
parent69f94108079d70093b59096a3ae0ad82c842b4c0
Add dummy_index_am to src/test/modules/

This includes more tests dedicated to relation options, bringing the
coverage of this code close to 100%, and the module can be used for
other purposes, like a base template for an index AM implementation.

Author: Nikolay Sharplov, Michael Paquier
Reviewed-by: Álvaro Herrera, Dent John
Discussion: https://postgr.es/m/17071942.m9zZutALE6@x200m
src/test/modules/Makefile
src/test/modules/dummy_index_am/.gitignore [new file with mode: 0644]
src/test/modules/dummy_index_am/Makefile [new file with mode: 0644]
src/test/modules/dummy_index_am/README [new file with mode: 0644]
src/test/modules/dummy_index_am/dummy_index_am--1.0.sql [new file with mode: 0644]
src/test/modules/dummy_index_am/dummy_index_am.c [new file with mode: 0644]
src/test/modules/dummy_index_am/dummy_index_am.control [new file with mode: 0644]
src/test/modules/dummy_index_am/expected/reloptions.out [new file with mode: 0644]
src/test/modules/dummy_index_am/sql/reloptions.sql [new file with mode: 0644]
src/tools/pgindent/typedefs.list