Re: [JDBC] V3 protocol + DECLARE problems

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [JDBC] V3 protocol + DECLARE problems
Date: 2004-07-23 04:36:04
Message-ID: 410095B4.60907@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Oliver Jowett wrote:

> It seems like we should pass the original parameters from execution of
> the DECLARE utility portal down through PortalRunUtility ->
> ProcessUtility -> PerformCursorOpen, copy them into the newly created
> portal's memory context, and pass the copies to PortalStart on the new
> portal.

I'll also have to add a type Oid to ParamListInfoData to be able to do
the copying of parameters (either that or pass type info around with the
portal which seems nasty).

-O

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Jowett 2004-07-23 04:54:14 Re: [pgsql-hackers-win32] Weird new time zone
Previous Message elein 2004-07-23 04:31:37 Re: [HACKERS] Tutorial

Browse pgsql-jdbc by date

  From Date Subject
Next Message kavya rani 2004-07-23 09:20:18 Jsp And Postgresql connectivity
Previous Message Oliver Jowett 2004-07-23 04:15:19 Re: [JDBC] V3 protocol + DECLARE problems