Postgres partially hang after inactivity

From: Marco Maccaferri <macca(at)maccasoft(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Postgres partially hang after inactivity
Date: 2009-05-06 16:48:44
Message-ID: 4A01BF6C.2040604@maccasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi.

I have a weird problem with PostgreSQL on a Windows machine. This is a
test installation used to beta test a webapplication running with
Tomcat, so most of the times it sits idle. Yesterday and today I had to
update some table definitions, so issued the 'alter table...' command
and the server hanged. The webapplication runs well so the queries are
working but seems that somehow the modifications are locked. I'm not
sure if writing works (haven't tested it, will do the next time).

I'm new to postgres so I don't know exactly what to do to track down
this problem, the log files doesn't seems to report any issue. Any
suggestion about where to look to understand what's wrong ?

As additional informations, the webapplication uses hibernate to access
the database, I'm not sure but it is possible that the sessions are not
always closed cleanly or closed at all. Postgres version is 8.3.7.

Regards,
Marco.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2009-05-06 16:51:12 Re: Yahoo Everest MPP - open source release?
Previous Message David Fetter 2009-05-06 16:38:56 Re: Yahoo Everest MPP - open source release?