Re: postgres error message upon boot

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: postgres error message upon boot
Дата
Msg-id 4606797A.4050706@hagander.net
обсуждение исходный текст
Ответ на postgres error message upon boot  (Gerard Seibert <gerard@seibercom.net>)
Список pgsql-general
Gerard Seibert wrote:
> FreeBSD-6.2
> (PostgreSQL) 8.2.3
>
> Occasionally, when booting up, I receive this error message:
>
> <quote>
>
> Mar 25 08:28:24 scorpio postgres[756]: [1-1] FATAL:  the database
> system is starting up
>
> <end quote>
>
> Since it only happens occasionally, I have not been able to figure out
> what is causing it. It will usually, although not always, not happen
> when I next boot the system.
>
> Any ideas on how to correct this problem would be welcomed.
>

It's not actually a problem, it just means that some client is
connecting to the database while it's starting up. That clients
connection will fail with the above error message. As soon as the
database startup is complete, they will be able to connect again.

//Magnus

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

Предыдущее
От: Gerard Seibert
Дата:
Сообщение: postgres error message upon boot
Следующее
От: "Martin Gainty"
Дата:
Сообщение: Re: Check the existance of temporary table