Re: [GENERAL] pg_ctl written in c

Started by Bruce Momjianalmost 22 years ago2 messages
#1Bruce Momjian
pgman@candle.pha.pa.us

Alexander Cohen wrote:

Alexander Cohen wrote:

Has anyone attempted to write a version of pg_ctl in C code? Is it in
the works anywhere?

Someone attempted, but never completed it a few months ago, so no, no
one is working on it right now. Use initdb.c as an example.

Just to confirm, no one is currently working on a C version of pg_ctl,
right?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#2Noname
pgsql@mohawksoft.com
In reply to: Bruce Momjian (#1)
Re: [HACKERS] [GENERAL] pg_ctl written in c

Alexander Cohen wrote:

Alexander Cohen wrote:

Has anyone attempted to write a version of pg_ctl in C code? Is it in
the works anywhere?

Someone attempted, but never completed it a few months ago, so no, no
one is working on it right now. Use initdb.c as an example.

Just to confirm, no one is currently working on a C version of pg_ctl,
right?

About a year ago, I worked on a native Windows application to control and
run a cygwin version of PostgreSQL. It performed may of the functions of
pg_ctl.