Re: OUT parameters in PL/Java

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

Tom Lane wrote:
> Looking at the code, it appears that the java call handler *has* been
> called once,
indeed. Obviously I didn't pay too much attention to the trace.

> and what it returned was a tuple that didn't carry any
> type identification. This is probably because you didn't call
> BlessTupleDesc. nodeFunctionscan.c formerly did that, and I suppose
> it should keep doing it for backwards compatibility. I put back the
> call...
>
I hope that doesn't have a negative performance impact in general. If
so, I'd be happy to add the missing BlessTupleDesc at my end instead.

Regards,
Thomas Hallgren

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message ElayaRaja S 2005-04-15 06:45:28 Help - Urgent
Previous Message Tzahi Fadida 2005-04-15 00:22:02 Multicolumn hash tables space complexity.