Re: System hangs when Insert/Update - Mailing list pgsql-admin

From Lee Kwok Shing
Subject Re: System hangs when Insert/Update
Date
Msg-id 3B1BABBF.E9E84893@graduate.hku.hk
Whole thread Raw
In response to System hangs when Insert/Update  (Lee Kwok Shing <kslee@graduate.hku.hk>)
List pgsql-admin
Hi Tom,
  Thanks for yout information.

  There should be no clients disconnect in the middle of a transaction since
the problem happens even if there is only one update.

More have capture some traces, the query seems hanged after the phase
  ProcessQuery
and before
  CommitTransactionCommand

  The query plan and the parser outputs process phase has been passed.

  So it seems that the query is stuck at committing the transaction...

  It is even strange that after I killing the process and issue the same
query again, it success !!!

  Thanks again !
  Regards,

Lee Kwok Shing

Tom Lane wrote:

> Lee Kwok Shing <kslee@graduate.hku.hk> writes:
> >   I am using PostgreSQL 7.0.2 on RH 6.2
> >   The DB works smoothly in the past 8 months but until recently, the
> > system would hang when doing insert or update statements.
>
> Second thought on this: do you have any clients that might disconnect in
> the middle of a transaction?  If so, update to 7.0.3 (or later).
>
>                         regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

--
Lee Kwok Shing (***)
http://www.geocities.com/lkslee.geo


Attachment

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Alternate database locations
Next
From: "Chris Ruprecht"
Date:
Subject: data/base file structure