Re: Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle
Date
Msg-id 4C43B3FA.7040806@joeconway.com
Whole thread Raw
In response to Re: Review: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
On 07/18/2010 07:02 PM, Joe Conway wrote:
> On 07/18/2010 11:41 AM, Kevin Grittner wrote:
>> To run the tests included in the main patch (if you have python,
>> twisted, etc., installed), after the make check, run make dcheck.
>
> Question about dcheck. After install of twisted, I get:
>
> 8<-----------------------------
> bash-4.1$ make dcheck
> make -C src/test dcheck
> make[1]: Entering directory `/opt/src/pgsql/src/test'
> make -C regress dcheck
> make[2]: Entering directory `/opt/src/pgsql/src/test/regress'
> ./pg_dtester.py --temp-install --top-builddir=../../.. \
>         --multibyte=SQL_ASCII
> Traceback (most recent call last):
>   File "./pg_dtester.py", line 18, in <module>
>     from dtester.events import EventMatcher, EventSource, Event, \
> ImportError: No module named dtester.events
> 8<-----------------------------
>
> Another python package I'm missing?

Sorry for the noise -- I see the dependency listed on the wiki to Markus
Wanner's dtester. Looks like "make dcheck" is running now (although
seems rather slow).

Joe

--
Joe Conway
credativ LLC: http://www.credativ.us
Linux, PostgreSQL, and general Open Source
Training, Service, Consulting, & 24x7 Support


pgsql-hackers by date:

Previous
From: Steve Singer
Date:
Subject: Re: Patch: psql \whoami option
Next
From: Robert Haas
Date:
Subject: Re: ALTER TABLE SET STATISTICS requires AccessExclusiveLock