pgsql: btree_gin: properly call DirectFunctionCall1()

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

pgsql: btree_gin: properly call DirectFunctionCall1()

От:
Bruce Momjian <bruce@momjian.us>
Дата:
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(-)

Re: pgsql: btree_gin: properly call DirectFunctionCall1()

От:
Tom Lane <tgl@sss.pgh.pa.us>
Дата:
Bruce Momjian  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.

			regards, tom lane

Re: pgsql: btree_gin: properly call DirectFunctionCall1()

От:
Bruce Momjian <bruce@momjian.us>
Дата:
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 entirely wrong and has broken the buildfarm.
> Please revert.

OK, done.

-- 
  Bruce Momjian          http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

FAQ