Re: HS locking broken in HEAD
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>, pgsql-hackers@postgresql.org
Date: 2013-01-18T17:16:16Z
Lists: pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes: > On 2013-01-18 11:16:15 -0500, Tom Lane wrote: >> I wonder if it'd be practical to, say, run all the contrib regression >> tests concurrently in different databases of one installation. > I think it would be a good idea, but I don't immediately have an idea > how to implement it. It seems to me we would need to put the logic for > it into pg_regress? Otherwise the lifetime management of the shared > postmaster seems to get complicated. Seems like it'd be sufficient to make it work for the "make installcheck" case, which dodges the postmaster problem. > What I would really like is to have some basic replication test scenario > in the regression tests. Agreed, that's not being tested enough either. regards, tom lane
Commits
-
Put back AcceptInvalidationMessages calls in heap_openrv(_extended).
- 96cc18eef648 9.3.0 cited