Re: Alpha4 release blockers (was Re: wrapping up this CommitFest)

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "Robert Haas" <robertmhaas@gmail.com>
Cc: "Andres Freund" <andres@anarazel.de>, "Peter Eisentraut" <peter_e@gmx.net>, "Stefan Huehner" <stefan@huehner.org>,<remi_zara@mac.com>, <pgsql-hackers@postgresql.org>, "Tom Lane" <tgl@sss.pgh.pa.us>
Date: 2011-03-07T20:28:30Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Further refine patch for commenting operator implementation functions.

  2. Fix citext's upgrade-from-unpackaged script to set its collation correctly.

  3. Mark operator implementation functions as such in their comments.

  4. Add KNNGIST support to contrib/btree_gist.

  5. Fix plpython breakage detected on certain Fedora machines on buildfarm.

Robert Haas <robertmhaas@gmail.com> wrote:
 
> Still, as happy as I am that we've made so much progress with
> PL/python (and other things) this CommitFest, I think it's time to
> pick a date and time to ship alpha4 and call this one good.  If
> the patch makes it, great; if not, oh well.  We can't keep letting
> this drag out.
 
Oh, I agree, all around.  I just didn't want there to be a
misunderstanding.
 
-Kevin