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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1()
Date: 2015-03-26 02:16:49
Message-ID: 18257.1427336209@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-03-26 13:19:55 Re: [COMMITTERS] pgsql: Add macros wrapping all usage of gcc's __attribute__.
Previous Message Tatsuo Ishii 2015-03-26 01:42:41 pgsql: Make SyncRepWakeQueue to a static function

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2015-03-26 02:59:09 Re: Parallel Seq Scan
Previous Message Tatsuo Ishii 2015-03-26 02:07:56 Re: Why SyncRepWakeQueue is not static?