Re: FATAL: lock file "postmaster.pid" already exists

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FATAL: lock file "postmaster.pid" already exists
Дата
Msg-id 16472.1337655322@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: FATAL: lock file "postmaster.pid" already exists  (deepak <deepak.pn@gmail.com>)
Ответы Re: FATAL: lock file "postmaster.pid" already exists  (deepak <deepak.pn@gmail.com>)
Список pgsql-general
deepak <deepak.pn@gmail.com> writes:
> We could reproduce the start-up problem on Windows 2003. After a reboot,
> postmaster, in its start-up sequence cleans up old temporary files, and
> this step used to take several minutes (a little over 4 minutes), delaying
> the writing of line 6 onwards into the PID file. This delay caused pg_ctl
> to timeout, leaving behind an orphaned postgres.exe process (which
> eventually forks off many other postgres.exe processes).

Hmm.  It's easy enough to postpone temp file cleanup till after the
postmaster's PID file is completely written, so I've committed a patch
for that.  However, I find it mildly astonishing that such cleanup could
take multiple minutes.  What are you using for storage, a man with an
abacus?

            regards, tom lane

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: varchar for loops possible?
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: Concerning about Unicode-aware string handling