Re: Postgresql service stops every few minutes on Vista Biz

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Postgresql service stops every few minutes on Vista Biz
Дата
Msg-id 48303A63.7040807@postnewspapers.com.au
обсуждение исходный текст
Ответ на Postgresql service stops every few minutes on Vista Biz  (alisazegar <ali.sazegarnejad@gmail.com>)
Список pgsql-general
alisazegar wrote:
> Hi All,
>
> I'm having difficulties with Postgres lately. Postgres service for (pgsql
> 8.2 )kept stopping every few minutes.
> Then I read a note somewhere saying that there is a bug in 8.2 which causing
> the problem.
> I switched to 8.3 and have the same problem.

It's running happily on my Vista Business laptop. Well, as happily as
anything runs on Windows ;-)

> What I found so far is that the last event before stopping is  "loaded
> library LOG: loaded library "$libdir/plugins/plugin_debugger.dll" which I
> see it in windows logs (events) for applications.

That's normal and appears in my logs as well.

Try having a look at the logs in the database directory. By default,
that'll be:

     %PROGRAMFILES%\PostgreSQL\8.3\data\pg_log

If you don't see anything useful, consider increasing the log level by
editing postgresql.conf and changing log_min_messages from:

   #log_min_messages = notice

to

   log_min_messages = debug1

Also, check to see if all postgresql processes are terminating or
whether it's just the master.

--
Craig Ringer

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

Предыдущее
От: alisazegar
Дата:
Сообщение: Postgresql service stops every few minutes on Vista Biz
Следующее
От: "Michael P. Soulier"
Дата:
Сообщение: updating a row referenced by a foreign key