Re: possible to create CVS branch for proposed patch?

From: Fred Yankowski <fred(at)ontosys(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: possible to create CVS branch for proposed patch?
Date: 2001-02-14 18:53:49
Message-ID: 20010214125349.B15597@enteract.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 14, 2001 at 07:43:25PM +0100, Peter Eisentraut wrote:
> Seems like something that should be done in a separate wrapper program.
> Littering the backend with vast sections of platform-specific code that
> provides optional functional is probably not going to fly, if I can assess
> this group correctly.

Our plan puts most of the work in a new NT/Cygwin-only version of
backend/main.c. If we can use the existing signal() scheme to shut
down PG, then we might not have to touch _anything_ else.

What do you see in our plan that implies "vast sections of
platform-specific code" "littering the backend"? If such changes are
necessary, I want to know before we embark on this work.

As far as this being "optional functional[ity]", I contend that
PostgreSQL has no place as a ready-for-business tool on NT without
this (or similar) work so that PG runs cleanly as a service, starting
up and shutting down properly.

--
Fred Yankowski fred(at)OntoSys(dot)com tel: +1.630.879.1312
Principal Consultant www.OntoSys.com fax: +1.630.879.1370
OntoSys, Inc 38W242 Deerpath Rd, Batavia, IL 60510, USA

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-02-14 19:03:01 Re: possible to create CVS branch for proposed patch?
Previous Message Peter Eisentraut 2001-02-14 18:43:25 Re: possible to create CVS branch for proposed patch?