postmaster.c postgres.c pg_ctl etc. updated

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: postmaster.c postgres.c pg_ctl etc. updated
Date: 2000-01-09 12:46:56
Message-ID: 20000109214656R.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have modified following files.

bin/pg_ctl/pg_ctl.sh
include/miscadmin.h
backend/postmaster/poastmaster.c
backend/tcop/postgres.c
backend/utils/init/miscinit.c

The reason for the changes is to prevent starting postmaster if
(standalone) postgres is running and vice versa. Also, to know the pid
in postmaster.pid is postmaster or postgres, I set following
convention:

pid > 0: postmaster
pid < 0: (standalone) postgres
--
Tatsuo Ishii

Browse pgsql-hackers by date

  From Date Subject
Next Message Don Baccus 2000-01-09 15:01:02 Re: [HACKERS] LIBPQ patches ...
Previous Message Ed Loehr 2000-01-09 08:34:25 Re: [HACKERS] "ExecInitIndexScan: both left and right..." meaning?