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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy