Re: fix for parameterized queries in DECLARE CURSOR statements - Mailing list pgsql-patches

From Tom Lane
Subject Re: fix for parameterized queries in DECLARE CURSOR statements
Date
Msg-id 19044.1091410328@sss.pgh.pa.us
Whole thread Raw
In response to fix for parameterized queries in DECLARE CURSOR statements  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-patches
Oliver Jowett <oliver@opencloud.com> writes:
> Here's a patch that allows parameterized queries to be used in a DECLARE
> CURSOR statement.

Applied with minor editorialization.  I found a couple of places where
you'd missed inserting type Oids into constructed ParamLists, and I took
advantage of the extra info to add Asserts checking that the value found
in a ParamList is in fact what the caller expects.

            regards, tom lane

pgsql-patches by date:

Previous
From: Zhenbang Wei
Date:
Subject: Traditional Chinese initdb-zh_TW.po for 7.5
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: fix schema ownership on first connection preliminary