btree_gin: properly call DirectFunctionCall1()

Enterprise / PostgreSQL - Bruce Momjian [momjian.us] - 31 March 2015 09:26 UTC

Previously we called DirectFunctionCall3() with dummy arguments. Fixed
version of previous patch.

Report by Jon Nelson

0cf16b4 btree_gin: properly call DirectFunctionCall1()
contrib/btree_gin/btree_gin.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Upstream: git.postgresql.org


  • Share