Re: Simple postgresql.conf wizard - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Simple postgresql.conf wizard
Date
Msg-id 603c8f070812010640k52769a06nfbc0df159dabcf95@mail.gmail.com
Whole thread Raw
In response to Re: Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: Simple postgresql.conf wizard
List pgsql-hackers
I just gave this a try and got:

$ ./pgtune
Traceback (most recent call last): File "./pgtune", line 20, in <module>   from ctypes.wintypes import * File
"/usr/lib/python2.5/ctypes/wintypes.py",line 21, in <module>   class VARIANT_BOOL(_SimpleCData):
 
ValueError: _type_ 'v' not supported

This is FC7, installed RPM is python-2.5-15.fc7.

(This is also my #1 beef with Python: too many utterly impenetrable
error messages... or at least impenetrable to me.)

...Robert


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: WIP: default values for function parameters
Next
From: "David E. Wheeler"
Date:
Subject: Re: New to_timestamp implementation is pretty strict