From: | Craig Ringer <craig(at)postnewspapers(dot)com(dot)au> |
---|---|
To: | alisazegar <ali(dot)sazegarnejad(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Postgresql service stops every few minutes on Vista Biz |
Date: | 2008-05-18 14:17:07 |
Message-ID: | 48303A63.7040807@postnewspapers.com.au |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Michael P. Soulier | 2008-05-18 14:41:24 | updating a row referenced by a foreign key |
Previous Message | iSteve | 2008-05-18 14:07:19 | Re: tsearch2 on-demand dictionary loading & using functions in tsearch2 |