1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

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
This commit is contained in:
Michael Paquier
2019-09-25 12:11:12 +09:00
parent 69f9410807
commit 640c19869f
10 changed files with 555 additions and 0 deletions

View File

@@ -535,6 +535,7 @@ DropSubscriptionStmt
DropTableSpaceStmt
DropUserMappingStmt
DropdbStmt
DummyIndexOptions
DumpComponents
DumpId
DumpOptions