Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Thomas Burdairon <tburdairon(at)entelience(dot)com>
Cc: Guillaume Smet <guillaume(dot)smet(at)gmail(dot)com>, "Greg Smith" <gsmith(at)gregsmith(dot)com>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Stephen Frost" <sfrost(at)snowman(dot)net>, pgsql-hackers(at)postgresql(dot)org, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work
Date: 2008-04-10 10:44:20
Message-ID: 5CBF7716-2813-4B8F-B65D-8A93AC5F1613@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

It's pretty easy to test.

prepare the query
and
run explain analyze on the prepared statement.

Dave
On 10-Apr-08, at 5:47 AM, Thomas Burdairon wrote:

> Is there any patch available for this one?
>
> I'm encountering troubles with some JDBC queries and I'd like to
> test it before asking some help on the JDBC list.
>
> Thanks.
> Tom
>
> --
> Sent via pgsql-hackers mailing list (pgsql-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message PFC 2008-04-10 11:20:11 Dumb Micro-Optimization
Previous Message Tom Dunstan 2008-04-10 10:43:36 Re: Commit fest queue

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Burdairon 2008-04-10 12:33:39 Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work
Previous Message Thomas Burdairon 2008-04-10 09:47:36 Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work