Re: feature freeze and beta schedule - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: feature freeze and beta schedule
Date
Msg-id CAM3SWZQ9X36Dgb6OpmuW6nfeVqAqyGOUqVCLDwdOPCgQbFGLjw@mail.gmail.com
Whole thread Raw
In response to Re: feature freeze and beta schedule  (Andres Freund <andres@anarazel.de>)
Responses Re: feature freeze and beta schedule  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On Fri, May 1, 2015 at 9:37 AM, Andres Freund <andres@anarazel.de> wrote:
> * Abbreviated key support for Datum sorts
>   Unfortunately the discussion about potential performance regression
>   has been largely sidestepped by bickering over minutiae.
>   => ?

There really is no discussion about performance regressions, because
there doesn't have to be. It's a straightfroward case of making what
already works for the heap tuple and B-Tree tuple sort cases work for
the Datum case. The costs and the benefits are the same.

It was marked "ready for committer" some time ago.
-- 
Peter Geoghegan



pgsql-hackers by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Replication, am I missing something
Next
From: Bruce Momjian
Date:
Subject: Re: pg_dump: CREATE TABLE + CREATE RULE vs. relreplident