Re: [HACKERS] Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1()

2015-03-25 Thread Tom Lane
Bruce Momjian writes: > OK, I figured out that I was only supposed to change inet_in, not the > other calls to DirectFunctionCall3 (varbit_in and bit_in). Patch > attached. That looks better ... regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@p

[HACKERS] Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1()

2015-03-25 Thread Bruce Momjian
On Tue, Mar 24, 2015 at 10:35:10PM -0400, Bruce Momjian wrote: > On Tue, Mar 24, 2015 at 10:02:03PM -0400, Tom Lane wrote: > > Bruce Momjian writes: > > > btree_gin: properly call DirectFunctionCall1() > > > Previously we called DirectFunctionCall3() with dummy arguments. > > > > This patch is e