Re: Simple postgresql.conf wizard

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Simple postgresql.conf wizard
Дата
Msg-id 603c8f070812010640k52769a06nfbc0df159dabcf95@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
Ответы Re: Simple postgresql.conf wizard  (Greg Smith <gsmith@gregsmith.com>)
Список 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 по дате отправления:

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: WIP: default values for function parameters
Следующее
От: "David E. Wheeler"
Дата:
Сообщение: Re: New to_timestamp implementation is pretty strict