8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851b14b commit 364bdd0Copy full SHA for 364bdd0
src/backend/access/spgist/spgutils.c
@@ -44,6 +44,7 @@ spghandler(PG_FUNCTION_ARGS)
44
45
amroutine->amstrategies = 0;
46
amroutine->amsupport = SPGISTNProc;
47
+ amroutine->amoptsprocnum = SPGIST_OPTIONS_PROC;
48
amroutine->amcanorder = false;
49
amroutine->amcanorderbyop = true;
50
amroutine->amcanbackward = false;
0 commit comments