Обсуждение: postmaster.pid

Поиск
Список
Период
Сортировка

postmaster.pid

От
José Roberto Motta Garcia
Дата:
Hello all,

Could someone answer me what those number in postmaster.pid file means?

> cat postmaster.pid

29169
/usr/local/pgsql/data
  5432001        74

1) 29169 = process id - ok
2) /usr/local/pgsql/data = cluster path - ok
3) 5432001 = ??? - what does this mean??? Would be the transaction number responsible for the server start up???
4) 74 = ???

Tks

--

Jose Roberto M. Garcia, MSc
Systems Analist - Database Group
Voice: + 55 12 3186-8405
--
http://www.cptec.inpe.br
http://www.inpe.br


Re: postmaster.pid

От
Tom Lane
Дата:
=?ISO-8859-1?Q?Jos=E9_Roberto_Motta_Garcia?= <garcia@cptec.inpe.br> writes:
> Could someone answer me what those number in postmaster.pid file means?

They're the key and ID for the shared memory segment.  I forget which
is which, but "ipcs" should show them.

            regards, tom lane