Re: [PATCHES] [HACKERS] Missing array support

2003-06-29 Thread Joe Conway
Joe Conway wrote: Tom Lane wrote: Joe Conway [EMAIL PROTECTED] writes: Included in the patch, I changed SQL language functions so that they could be declared with and use polymorphic types. I'm not convinced that will work ... in particular, does the parsetree get fixed correctly when a SQL

Re: [PATCHES] [HACKERS] Missing array support

2003-06-29 Thread Tom Lane
Joe Conway [EMAIL PROTECTED] writes: So I'd propose that we put another check in inline_function(), and reject attempts to inline functions with polymorphic arguments. Seems reasonable. Someday we might want to try to make that work, but not the day before feature freeze...