Re: OUT parameters in PL/Java

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Thomas Hallgren <thhal(at)mailblocks(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: OUT parameters in PL/Java
Date: 2005-04-12 14:06:07
Message-ID: 15359.1113314767@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Hallgren <thhal(at)mailblocks(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Hallgren 2005-04-12 14:25:52 Re: OUT parameters in PL/Java
Previous Message Tom Lane 2005-04-12 14:04:03 Re: Test coverage for external sorting