Обсуждение: Re: [COMMITTERS] pgsql: btree_gin: properly call DirectFunctionCall1()

Поиск
Список
Период
Сортировка

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

От
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 <bruce@momjian.us> writes:
> > > btree_gin:  properly call DirectFunctionCall1()
> > > Previously we called DirectFunctionCall3() with dummy arguments.
> >
> > This patch is entirely wrong and has broken the buildfarm.
> > Please revert.
>
> OK, done.

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.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

Вложения

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

От
Tom Lane
Дата:
Bruce Momjian <bruce@momjian.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