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

From Greg Smith
Subject Re: Simple postgresql.conf wizard
Date
Msg-id Pine.GSO.4.64.0812011215080.13553@westnet.com
Whole thread Raw
In response to Re: Simple postgresql.conf wizard  ("Dave Page" <dpage@pgadmin.org>)
Responses Re: Simple postgresql.conf wizard  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 1 Dec 2008, Dave Page wrote:

> It's going to be of little use to 99% of Windows users anyway as it's
> written in Python. What was wrong with C?

It's 471 lines of Python code that leans heavily on that language's 
Dictionary type to organize everything.  Had I insisted on writing 
directly to C first, it would have be of no use to 100% of all users in 
the 8.4 timeframe because it wouldn't be even remotely close to finished 
by now.

I'd ultimately like to use the Python version as a spec to produce a C 
implementation, because that's the only path to get something like this 
integrated into initdb itself.  There were just too many thing to get 
under control for that to practical just yet.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Add support for matching wildcard server certificates to the new
Next
From: Tom Lane
Date:
Subject: Re: Simple postgresql.conf wizard