Re: vacuum question - Mailing list pgsql-admin

From Scott Marlowe
Subject Re: vacuum question
Date
Msg-id dcc563d10908181347m4e284e05y7c45cecc8083e13d@mail.gmail.com
Whole thread Raw
In response to Re: vacuum question  (Kevin Kempter <kevink@consistentstate.com>)
List pgsql-admin
On Tue, Aug 18, 2009 at 2:41 PM, Kevin
Kempter<kevink@consistentstate.com> wrote:
> On Tuesday 18 August 2009 13:37:12 Tom Lane wrote:
>> Kevin Kempter <kevink@consistentstate.com> writes:
>> > INFO: "action_rollup_notifier": found 0 removable, 34391214 nonremovable
>> > row versions in 152175 pages
>> > DETAIL: 22424476 dead row versions cannot be removed yet.
>> >
>> > Anyone have any suggestions per why these rows cannot be removed yet?
>>
>> You've got an open transaction that's older than the one that deleted
>> those rows (or at least started before the latter committed).
>> pg_stat_activity might be helpful in fingering the culprit.
>>
>>                       regards, tom lane
>
> Does the use of serialized transactions affect this in any way?

Nope, just an open transaction of any kind.

pgsql-admin by date:

Previous
From: Kevin Kempter
Date:
Subject: Re: vacuum question
Next
From: Kevin Kempter
Date:
Subject: vacuum full questions