Re: Hot Standby 0.2.1 - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Hot Standby 0.2.1
Date
Msg-id 20090925203030.GR3914@alvh.no-ip.org
Whole thread Raw
In response to Re: Hot Standby 0.2.1  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Hot Standby 0.2.1
Re: Hot Standby 0.2.1
List pgsql-hackers
Simon Riggs wrote:

> What I find amazing is that it passed the test where I put it doing make
> installcheck in an infinite loop for a long time. I guess that means the
> regression tests hardly touch the concurrency code at all, which now I
> think about it makes sense but I still find that very worrying. :-(

Try installcheck-parallel, which should be a bit better.  It's probably
not yet good enough though because it always runs the same tests
concurrently.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Unicode escapes in E'...' strings Author: Marko Kreen
Next
From: Alvaro Herrera
Date:
Subject: Re: WIP - syslogger infrastructure changes