Re: plperl features - Mailing list pgsql-patches

From Tom Lane
Subject Re: plperl features
Date
Msg-id 717.1096477856@sss.pgh.pa.us
Whole thread Raw
In response to Re: plperl features  (Sergej Sergeev <sergej@commandprompt.com>)
Responses Re: plperl features
Re: plperl features
List pgsql-patches
Sergej Sergeev <sergej@commandprompt.com> writes:
>> What happens if you feed other pseudotypes, like cstring or
>> language_handler?  Shouldn't that be disallowed or something?

> Other pseudo-types are disallowed (no-change)

No, because you diked out the check at lines 1452ff, rather than
upgrading it to something correct.

I find the "fn_retispseudo" and "arg_is_p" flags pretty bogus anyway
since they fail to indicate *which* pseudotype it is.  You might as
well just test for the specific type OID.

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: plperl features
Next
From: Andrew Dunstan
Date:
Subject: Re: new target for contrib/Makefile