mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Fix missing SP-GiST support in 911e702077
911e702077 misses setting of amoptsprocnum for SP-GiST. This commit fixes that.
This commit is contained in:
parent
851b14b0c6
commit
364bdd0b41
@ -44,6 +44,7 @@ spghandler(PG_FUNCTION_ARGS)
|
||||
|
||||
amroutine->amstrategies = 0;
|
||||
amroutine->amsupport = SPGISTNProc;
|
||||
amroutine->amoptsprocnum = SPGIST_OPTIONS_PROC;
|
||||
amroutine->amcanorder = false;
|
||||
amroutine->amcanorderbyop = true;
|
||||
amroutine->amcanbackward = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user