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-25 00:53:35
Message-ID: E1YaZZf-000168-RO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

btree_gin: properly call DirectFunctionCall1()

Previously we called DirectFunctionCall3() with dummy arguments.

Patch by Jon Nelson

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/843cd0bfe6246d94d9b34a7f36bbb76fdba87b74

Modified Files
--------------
contrib/btree_gin/btree_gin.c | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-25 00:56:14 pgsql: docs: clarify when MVCC snapshot is taken
Previous Message Bruce Momjian 2015-03-24 23:57:59 pgsql: doc: update NUMERIC to state that only some ops are exact

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2015-03-25 00:56:30 Re: Repeatable read and serializable transactions see data committed after tx start
Previous Message Bruce Momjian 2015-03-25 00:34:07 Re: proposal GSoC 2015 task: Allow access to the database via HTTP