Re: pgsql 7.1.2 server hanging...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ed Loehr <eloehr(at)austin(dot)rr(dot)com>
Cc: pggeneral <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgsql 7.1.2 server hanging...
Date: 2001-06-26 01:45:54
Message-ID: 1405.993519954@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ed Loehr <eloehr(at)austin(dot)rr(dot)com> writes:
> I am trying out postgresql 7.1.2. I'm experiencing a hung server on
> linux 2.4.2-2 when I run a sql script that drops & reloads many PL/pgSQL
> functions and triggers, as well as hanging during VACUUM ANALYZE.

Are you sure it's hung, and not just waiting on some open transaction
in another backend that's holding a lock on some table? There's nothing
even slightly unusual about the log excerpts you're showing...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Dave Cramer 2001-06-26 04:25:15 RE: PostgreSQL: YMMV?
Previous Message ljb 2001-06-26 01:13:40 Re: 7.1.2 ERROR: UNIQUE constraint matching given keys for referenced table ......