Re: alpha3 release schedule?

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Hiroyuki Yamada <yamada(at)kokolink(dot)net>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: alpha3 release schedule?
Date: 2009-12-20 21:04:15
Message-ID: 1261343055.17644.510.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, 2009-12-19 at 23:22 +0900, Hiroyuki Yamada wrote:
> >Do people want more time to play with hot standby? Otherwise alpha3
> >should go out on Monday or Tuesday.
> >
>
> Well, I want to know whether the problem I refered to
> in http://archives.postgresql.org/pgsql-hackers/2009-12/msg01641.php
> is must-fix or not.
>
> This problem is a corollary of the deadlock problem. This is less catstrophic
> but more likely to happen.
>
> If you leave this problem, for example, any long-running transactions,
> holding any cursors in whatever tables, have a possibility of freezing
> whole recovery work in HotStandby node until the transaction commit.

You seem very insistent on bringing up problems just before release.
Almost as if you have a reason to back some other technology other than
this one.

The problem you mention here has been documented and very accessible for
months and not a single person mentioned it up to now. What's more, the
equivalent problem happens in the latest production version of Postgres
- users can delay VACUUM endlessly in just the same way, yet I've not
seen this raised as an issue in many years of using Postgres. Similarly,
there are some ways that Postgres can deadlock that it need not, yet
those negative behaviours are accepted and nobody is rushing to fix
them, nor demanding that they should be. Few things are theoretically
perfect on their first release.

--
Simon Riggs www.2ndQuadrant.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-12-20 21:08:37 Re: Proposal: Pre ordered aggregates, default ORDER BY clause for aggregates - median support
Previous Message Pavel Stehule 2009-12-20 20:52:24 Proposal: Pre ordered aggregates, default ORDER BY clause for aggregates - median support