Re: 9.2 release schedule - Mailing list pgsql-hackers

From Noah Misch
Subject Re: 9.2 release schedule
Date
Msg-id 20120723191036.GB20920@tornado.leadboat.com
Whole thread Raw
In response to Re: 9.2 release schedule  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 9.2 release schedule
List pgsql-hackers
On Mon, Jul 23, 2012 at 10:29:06AM -0400, Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > Seems OK, but I think we need to work a little harder on evicting some
> > things from the list of open items.  I don't think all of the things
> > listed in the blockers section really are, and I'm not sure what needs
> > to be done about some of the things that are there.
> 
> I've got the libpq row processor thing.  That and the CHECK NO INHERIT
> syntax thing are definitely release-blockers, because we won't be able
> to change such decisions post-release (well, we could, but the pain to
> benefit ratio is bad).  I guess the SPGiST vs HS issue is a blocker too.
> A lot of the rest look like pre-existing bugs to me.

The only preexisting issues listed under "Blockers for 9.2" are "GiST indexes
vs fuzzy comparisons used by geometric types" and "Should we fix tuple limit
handling, or redefine 9.x behavior as correct?".  Also, I'm not sure what
exactly the "keepalives" item indicates.  Whether every regression deserves to
block the release is, of course, a separate question.

I think "WAL files which were restored from the archive are archived again" is
the thorniest regression, and we don't yet have a patch.


pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: [patch] libpq one-row-at-a-time API
Next
From: Peter Eisentraut
Date:
Subject: Re: Using pg_upgrade on log-shipping standby servers