pgsql: btree_gin: properly call DirectFunctionCall1()

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: btree_gin: properly call DirectFunctionCall1()
Date: 2015-03-31 14:26:49
Message-ID: E1Ycx7x-0004VM-G1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-31 15:33:29 pgsql: psql: add asciidoc output format
Previous Message Andres Freund 2015-03-31 14:14:23 Re: [COMMITTERS] pgsql: Centralize definition of integer limits.