Re: New alpha spinlock code passes regression test
Adriaan Joubert <a.joubert@albourne.com>
From: Adriaan Joubert <a.joubert@albourne.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Arrigo Triulzi <arrigo@albourne.com>, PostgreSQL Development Mailing list <pgsql-hackers@postgresql.org>
Date: 2000-06-15T07:02:29Z
Lists: pgsql-hackers
Tom Lane wrote: > Cool --- did you try the parallel regress tests, or just sequential? > > My experience is that it takes quite a few iterations of the parallel > tests before you should have much confidence that there aren't locking > bugs lurking. But if it comes through that, send in the patch and > we'll gratefully accept it! I've run the regression tests several times (also the parallel ones and bigtest). It failed geometry, but it always does due to different rounding. Passed everything else, so it looks ok. Now I'm trying to figure out how I can do a sensible timing test on the two versions to see whether it is any faster. The postgres benchmark finishes in such a ridiculously short time, that that isn't telling me anything. Adriaan