Re: gin--a rule for function parameter

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Fly(dot)Li" <fly2nn(at)126(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: gin--a rule for function parameter
Date: 2009-07-01 14:15:58
Message-ID: 10550.1246457758@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Fly.Li" <fly2nn(at)126(dot)com> writes:
> version: PG8.2.2
> MY Question:
> Why must "take the same number of parameters" ?

Because the GIN code will call it with a particular number of arguments.

> When I use tsearch2, I found that gin_extract_tsquery() has 3 parameters, it
> break the rule "take the same number of parameters".

3 is the correct number of parameters for an extractQuery function
(before 8.4 anyway), so I'm not clear what you are complaining about.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2009-07-01 14:25:25 Re: Extensions User Design
Previous Message Tom Lane 2009-07-01 14:01:58 Re: Extensions User Design