Re: How about closing some Open Items?

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Josh Berkus <josh(at)agliodbs(dot)com>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How about closing some Open Items?
Date: 2010-06-09 06:27:36
Message-ID: 1276064856.12489.6286.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2010-06-08 at 15:46 -0400, Tom Lane wrote:
> Josh Berkus <josh(at)agliodbs(dot)com> writes:
> > Let's get 9.0 out the door, hey?
>
> What we actually need is some testing effort. The lack of bug reports
> against Hot Standby, in particular, is proof positive that no meaningful
> testing is happening.

Absence of evidence is not evidence of absence. Please don't confuse
things by claiming "proof positive" does, or even can, exist here.

A lack of bugs usually indicates there are no bugs in the areas being
tested. Which can also mean the areas being tested don't cover the full
code or that tests of anything are not being performed.

I raised the topic of how to increase the amount of testing earlier; my
proposed solution was more betas before we go live. We just guaranteed
even less testing for HS by not fixing things for Beta2.

Would you like me to patch, or are you still intending to look at
max_standby_delay yourself?

> (If you think it means HS is bug-free, I have a
> nice bridge I'd like to interest you in.)

How should we proceed?

--
Simon Riggs www.2ndQuadrant.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2010-06-09 06:38:04 Re: Idea for getting rid of VACUUM FREEZE on cold pages
Previous Message KaiGai Kohei 2010-06-09 06:01:13 Re: [PATCH] Fix leaky VIEWs for RLS