Re: OUT parameters in PL/Java - Mailing list pgsql-hackers

From Tom Lane
Subject Re: OUT parameters in PL/Java
Date
Msg-id 15359.1113314767@sss.pgh.pa.us
Whole thread Raw
In response to OUT parameters in PL/Java  (Thomas Hallgren <thhal@mailblocks.com>)
Responses Re: OUT parameters in PL/Java
List pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> I've read about changes in CVS head needed to accomodate OUT parameters. 
> I tried to compile PL/Java and it fails (of course). Is there any brief 
> text somewhere that highligts the changes that where made and explains 
> how the new stuff works? It's hard and somewhat time consuming to try to 
> deduct everything just by looking at the code in pl/pgsql.

Could you give more details about what problem you are having?  Simply
recompiling an existing PL shouldn't fail (of course, it wouldn't know
about OUT parameters either).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Test coverage for external sorting
Next
From: Thomas Hallgren
Date:
Subject: Re: OUT parameters in PL/Java