]> granicus.if.org Git - postgresql/commit
btree_gin: properly call DirectFunctionCall1()
authorBruce Momjian <bruce@momjian.us>
Wed, 25 Mar 2015 00:53:29 +0000 (20:53 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 25 Mar 2015 00:53:29 +0000 (20:53 -0400)
commit843cd0bfe6246d94d9b34a7f36bbb76fdba87b74
treecc735ea898fa1013d3494c30082f48ca3ee2c52b
parent278edd9ed36c7722cbae27e0e96a08964da69eb5
btree_gin:  properly call DirectFunctionCall1()

Previously we called DirectFunctionCall3() with dummy arguments.

Patch by Jon Nelson
contrib/btree_gin/btree_gin.c