Thread: pgsql: btree_gin: properly call DirectFunctionCall1()

pgsql: btree_gin: properly call DirectFunctionCall1()

From
Bruce Momjian
Date:
btree_gin:  properly call DirectFunctionCall1()

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

Report by Jon Nelson

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0cf16b44cb749cac2ff9dcbbe92bfb94f72bb0d0

Modified Files
--------------
contrib/btree_gin/btree_gin.c |    5 +----
1 file changed, 1 insertion(+), 4 deletions(-)