Re: suspicious pointer/integer coersion - Mailing list pgsql-hackers

From Tom Lane
Subject Re: suspicious pointer/integer coersion
Date
Msg-id 10560.1121030253@sss.pgh.pa.us
Whole thread Raw
In response to Re: suspicious pointer/integer coersion  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: suspicious pointer/integer coersion
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Works for me. There are some other things about the procdesc stuff I'm 
> trying to sort out (especially if we should be storing per-call info 
> inside it).

Hmm, probably not ... check to see if a recursive plperl function
behaves sanely.  (This might not have been much of an issue before
we had SPI support in plperl, since there was no way to recurse;
but it is an issue now.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: David Fetter
Date:
Subject: Re: Hide source code
Next
From: Tom Lane
Date:
Subject: Re: plperl warning