pgsql: btree_gin: properly call DirectFunctionCall1() - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: btree_gin: properly call DirectFunctionCall1()
Date
Msg-id E1YaZZf-000168-RO@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: btree_gin: properly call DirectFunctionCall1()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: update NUMERIC to state that only some ops are exact
Next
From: Bruce Momjian
Date:
Subject: pgsql: docs: clarify when MVCC snapshot is taken