Moved type support to support functions [skip ci]

This commit is contained in:
Andrew Kane
2024-04-23 12:51:04 -07:00
parent d1b83991af
commit 3172d7ef57
8 changed files with 151 additions and 72 deletions

View File

@@ -188,7 +188,7 @@ ivfflathandler(PG_FUNCTION_ARGS)
IndexAmRoutine *amroutine = makeNode(IndexAmRoutine);
amroutine->amstrategies = 0;
amroutine->amsupport = 5;
amroutine->amsupport = 6;
#if PG_VERSION_NUM >= 130000
amroutine->amoptsprocnum = 0;
#endif