Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 364bdd0

Browse files
committed
Fix missing SP-GiST support in 911e702
911e702 misses setting of amoptsprocnum for SP-GiST. This commit fixes that.
1 parent 851b14b commit 364bdd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/access/spgist/spgutils.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ spghandler(PG_FUNCTION_ARGS)
4444

4545
amroutine->amstrategies = 0;
4646
amroutine->amsupport = SPGISTNProc;
47+
amroutine->amoptsprocnum = SPGIST_OPTIONS_PROC;
4748
amroutine->amcanorder = false;
4849
amroutine->amcanorderbyop = true;
4950
amroutine->amcanbackward = false;

0 commit comments

Comments
 (0)