Re: Should we remove "not fast" promotion at all? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Should we remove "not fast" promotion at all?
Date
Msg-id 20130808165031.GA23572@momjian.us
Whole thread Raw
In response to Re: Should we remove "not fast" promotion at all?  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Should we remove "not fast" promotion at all?  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On Thu, Aug  8, 2013 at 01:27:35PM +0900, Michael Paquier wrote:
> > Why are we suddenly trying to make this even more complicated? It's too
> > late to redesign stuff without very good evidence that it's
> > needed. Renaming trigger files and changing their format certainly
> > doesn't seem appropriate post-beta.
> >
> > Let's just leave this as is, and remove the code in 9.4/9.5.
> Sorry. I should have been clearer. I meant that for 9.4~ only. For 9.3
> yes it's too late.

We seem to be all over the map with the fast promotion code --- some
people don't trust it, some people want an option to enable the old
method, and some people want the old method removed.

This has left us in an odd situation where we are going to ship 9.3
old-method code with no way to enable it in case we need it.  Adding the
ability to enable it in 9.4 makes no sense --- effectively, if we need
the old promotion code, we are going to have to enable it in a 9.3 minor
release, while if we get to 9.4 final without needing it, we can assume
the fast promotion code is good and we don't need the old code.

I think a prudent plan would be to remove the old promotion code just
before 9.4 beta as we would know by then that the code is no longer
needed.  I have added this as a 9.4 open item:
https://wiki.postgresql.org/wiki/PostgreSQL_9.4_Open_Items

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



pgsql-hackers by date:

Previous
From: "Kodamasimham Pridhvi (MT2012066)"
Date:
Subject: Re: Proposal for XML Schema Validation
Next
From: Andres Freund
Date:
Subject: Re: Should we remove "not fast" promotion at all?