Re: gin--a rule for function parameter - Mailing list pgsql-hackers

From Tom Lane
Subject Re: gin--a rule for function parameter
Date
Msg-id 10550.1246457758@sss.pgh.pa.us
Whole thread Raw
In response to gin--a rule for function parameter  ("Fly.Li" <fly2nn@126.com>)
List pgsql-hackers
"Fly.Li" <fly2nn@126.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Extensions User Design
Next
From: Dimitri Fontaine
Date:
Subject: Re: Extensions User Design