pg_ctl.c

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: pg_ctl.c
Date: 2004-05-25 20:57:01
Message-ID: 200405252057.i4PKv1206610@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here is the C version of pg_ctl.c written by Andrew Dunstan and updated
by me.

You can use it by creating a src/bin/pg_ctl_test directory and putting
the C and Makefile into that directory. You can then do a make install
and use it for testing.

Unless someone finds a problem, I will apply the change soon. This
removes our last shell script!

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 19.4 KB
unknown_filename text/plain 1.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2004-05-25 21:12:22 Small change in link order
Previous Message Bruce Momjian 2004-05-25 15:51:16 Re: [HACKERS] pg_ctl.c