Content-Length: 257463 | pFad | http://github.com/postgrespro/postgres_cluster/commit/364bdd0b411343747aeca17708ff7817d7fe0b00

5E Fix missing SP-GiST support in 911e702077 · postgrespro/postgres_cluster@364bdd0 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/364bdd0b411343747aeca17708ff7817d7fe0b00

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy