Re: Avoiding bad prepared-statement plans.
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alex Hunsaker <badalex@gmail.com>, Jeroen Vermeulen <jtv@xs4all.nl>, Greg Stark <gsstark@mit.edu>, Bart Samwel <bart@samwel.tk>, Pavel Stehule <pavel.stehule@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-02-26T16:51:53Z
Lists: pgsql-hackers
On Fri, Feb 26, 2010 at 10:07 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > I think this is basically a planner problem and should be fixed in the > planner, not by expecting users to make significant changes in > application logic in order to create an indirect effect. I would agree if I thought that were possible, but I'm skeptical about your proposed solution. ...Robert