Re: UNNEST with multiple args, and TABLE with multiple funcs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: UNNEST with multiple args, and TABLE with multiple funcs
Date
Msg-id 1377663067.14126.3.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: UNNEST with multiple args, and TABLE with multiple funcs  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List pgsql-hackers
On Mon, 2013-08-26 at 23:24 +0000, Andrew Gierth wrote:
> Latest version of patch. This should be it as far as code goes; there
> may be some more regression test work, and a doc patch will be
> forthcoming.

In src/include/optimizer/paths.h, you are using "operator" as a function
argument name, which breaks cpluspluscheck.  Try using opid or
operatorid.





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: UNNEST with multiple args, and TABLE with multiple funcs
Next
From: Peter Eisentraut
Date:
Subject: Re: pg_dump/restore encoding woes