Re: Problems Vacuum'ing - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Problems Vacuum'ing
Date
Msg-id 11390.1080964720@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problems Vacuum'ing  (jseymour@LinxNet.com (Jim Seymour))
List pgsql-hackers
jseymour@LinxNet.com (Jim Seymour) writes:
> But I see entries like that if I just *start* *up* psql, without
> doing anything:

Sure.  You are "doing something" when you execute "select from
pg_locks" ... that command executes inside a transaction, just
like any other Postgres operation.  The problem you're facing
is that WebObjects is creating a transaction that persists for
a long period of time.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Function to kill backend
Next
From: Bruce Momjian
Date:
Subject: Re: Function to kill backend