Re: Parsing speed (was Re: pgstats_initstats() cost) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Parsing speed (was Re: pgstats_initstats() cost)
Date
Msg-id 16072.1060719235@sss.pgh.pa.us
Whole thread Raw
In response to Re: Parsing speed (was Re: pgstats_initstats() cost)  (Sean Chittenden <sean@chittenden.org>)
Responses Re: Parsing speed (was Re: pgstats_initstats() cost)
List pgsql-hackers
Sean Chittenden <sean@chittenden.org> writes:
>> I'm beginning to think that was a serious omission.  I'm tempted to
>> fix it, even though we're past feature freeze for 7.4.  Comments?

> On a quasi-similar note (and unless I've missed how to do this), you
> can't create a cursor from a prepared statement, which I found
> frustrating.

Hmm.  I'd be willing to see that put on TODO, but it strikes me as a
rather large change for post-feature-freeze; it'd require fooling around
in substantial parts of the backend.  (What I was suggesting above only
requires adding one or two routines to libpq, which is a lot less
invasive...)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Parsing speed (was Re: pgstats_initstats() cost)
Next
From: Tom Lane
Date:
Subject: Re: reuse sysids security hole?