Re: pg_stop_backup does not complete - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: pg_stop_backup does not complete
Date
Msg-id 4B8484F2.1020709@agliodbs.com
Whole thread Raw
In response to Re: pg_stop_backup does not complete  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: pg_stop_backup does not complete  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On 2/23/10 10:58 AM, Simon Riggs wrote:
> So I don't see this as something that needs fixing for 9.0. There is
> already too much non-essential code there, all of which needs to be
> tested. I don't think adding in new corner cases to "help" people makes
> any sense until we have automated testing that allows us to rerun the
> regression tests to check all this stuff still works.

So, you're going to personally field the roughly 10,000 bug reports we
get on pgsql-general about this behaviour?  24/7?

The fact that we ran into this issue on the *first* day of testing the
new alpha4 is indicative of how common it will be -- it is not a corner
case, it is a common setup error which will affect probably 20% of new
users who try 9.0.  And new users are going to panic when they can't
shut down postgresql, not just test for issues.

Any situation where postgresql cannot be safely shut down because of a
common setup mistake (typoing an archive_command) is, IMNSHO, not
something we can release with.

--Josh Berkus


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: function side effects
Next
From: Takahiro Itagaki
Date:
Subject: Re: auto_explain log_verbose causes regression failure