Re: SSI patch version 14 - Mailing list pgsql-hackers

From Markus Wanner
Subject Re: SSI patch version 14
Date
Msg-id 4D495A90.6090605@bluegap.ch
Whole thread Raw
In response to Re: SSI patch version 14  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Heikki,

On 02/02/2011 02:04 PM, Heikki Linnakangas wrote:
> TypeError: __init__() got an unexpected keyword argument 'showTimingInfo'
> make: *** [dcheck] Virhe 1
> 
> At that point I had no idea what's wrong.

Hm.. looks like Kevin already uses the latest dtester code from git.
You can either do that as well, or try to drop the 'showTimingInfo'
argument from the call to Runner() in pg_dtester.py:1370.

> PS. I tried "python ./setup.py dtest", mentioned in the README, and it
> just said "invalid command 'dtest'". But I presume the installation
> worked anyway.

Yeah, that's a gotcha in dtester.  setup.py dtest requires dtester to be
installed - a classic chicken and egg problem.  I certainly need to look
into this.

> Yeah, that was my impression too. (see my other post with WIP
> implementation of that)

I'd like to get Kevin's opinion on that, but it certainly sounds like a
pragmatic approach for now.

Regards

Markus Wanner


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: ALTER EXTENSION UPGRADE, v3
Next
From: Ibrar Ahmed
Date:
Subject: Re: REVIEW: Determining client_encoding from client locale