Re: Simple postgresql.conf wizard

From: "Robert Haas" <robertmhaas(at)gmail(dot)com>
To: "Greg Smith" <gsmith(at)gregsmith(dot)com>
Cc: "Josh Berkus" <josh(at)agliodbs(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Simple postgresql.conf wizard
Date: 2008-12-01 14:40:43
Message-ID: 603c8f070812010640k52769a06nfbc0df159dabcf95@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David E. Wheeler 2008-12-01 14:45:21 Re: New to_timestamp implementation is pretty strict
Previous Message Pavel Stehule 2008-12-01 13:40:09 Re: WIP: default values for function parameters