Re: getting to beta

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: getting to beta
Date: 2011-04-08 21:12:59
Message-ID: BANLkTike_uCidznehYyiO+Pkv_Sx73Y9yA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Apr 6, 2011 at 12:16 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Wed, Apr 6, 2011 at 12:06 PM, Heikki Linnakangas
> <heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
>> On 06.04.2011 18:02, Tom Lane wrote:
>>>> I agree.  But again, that's not really what I'm focusing on - the
>>>> collations stuff, the typed tables patch, and SSI all need serious
>>>> looking at, and I'm not sure who is going to pick all that up.
>>>
>>> Well, I'll take responsibility for collations.  If I get done with that
>>> before the 14th, I can see what's up with typed tables.  I'm not willing
>>> to do anything with SSI at this stage.
>>
>> I can look at the SSI patches, but not until next week, I'm afraid. Robert,
>> would you like to pick that up before then? Kevin & Dan have done all the
>> heavy lifting, but it's nevertheless pretty complicated code to review.
>
> I'll try, and see how far I get with it.  If you can pick up whatever
> I don't get to by early next week, that would be a big help.  I am
> going to be in Santa Clara next week for the MySQL conference (don't
> worry, I'll be talking about PostgreSQL!) and that's going to cut into
> my time quite a bit.

I think I've cleared out most of the small stuff. The two SSI related
issues still on the open items list are:

* SSI: failure to clean up some SLRU-summarized locks
* SSI: three different HTABs contend for shared memory in a free-for-all

If you can pick those two up, that would be very helpful; I suspect
you can work your way through them faster and with fewer mistakes than
I would be able to manage.

The other two items are:

* Typed-tables patch broke pg_upgrade
* assorted collation issues

Tom said he'd take care of the collation issues. Peter Eisentraut,
Noah Misch, and I have been exchanging emails on the typed tables
problems, of which there appear to be several, but it's not real clear
to me that we're converging on a comprehensive solution.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2011-04-08 21:54:51 Re: getting to beta
Previous Message Tom Lane 2011-04-08 21:11:45 Re: pg_upgrade bug found!