postmaster.c postgres.c pg_ctl etc. updated

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема postmaster.c postgres.c pg_ctl etc. updated
Дата
Msg-id 20000109214656R.t-ishii@sra.co.jp
обсуждение исходный текст
Список 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ed Loehr
Дата:
Сообщение: Re: [HACKERS] "ExecInitIndexScan: both left and right..." meaning?
Следующее
От: Don Baccus
Дата:
Сообщение: Re: [HACKERS] LIBPQ patches ...