Re: Patch: plan invalidation vs stored procedures
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: David Fetter <david@fetter.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Asko Oja <ascoja@gmail.com>, Martin Pihlak <martin.pihlak@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2008-08-18T03:44:44Z
Lists: pgsql-hackers
David Fetter wrote: > On Sat, Aug 16, 2008 at 09:40:19PM -0400, Tom Lane wrote: > >> "Asko Oja" <ascoja@gmail.com> writes: >> >>> Is it possible to get it into some official 8.3.x release >>> >> This is not the kind of patch we put into stable branches. >> > > Does this really count as a user-visible change, except in the sense > that they won't see things erroring out? It doesn't add new syntax, > as far as I can tell. > > So what? That is not the only criterion for backpatching. The bigger the change the more resistance there will be to backpatching it. Code stability is a major concern. cheers andrew