Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table
Date
Msg-id 20060627152011.GA16543@surnet.cl
Whole thread Raw
In response to Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Andrew Dunstan wrote:
> Alvaro Herrera wrote:
>
> >Log Message:
> >-----------
> >Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without
> >analyzing, so that future analyze threshold calculations don't get
> >confused.
> >Also, make sure we correctly track the decrease of live tuples cause by
> >deletes.

Ugh, sorry.  Consequence of having to copy patches from a CVSup tree and
a "commit tree" :-(  Eventually I was bound to make such a mistake.

Tom beat me to committing the fix though.

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix typo.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table