mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue