Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table
Date: 2006-06-27 15:35:38
Message-ID: 20060627153538.GC16543@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> > 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.
>
> Hm, don't you have things set up so that you commit directly from a
> tested source tree?

No. I have two trees for each release; one comes from CVSup and is
where I do the development and test stuff. The other one comes from the
SSH backed CVS at postgresql.org. What I do is develop the patch in the
CVSup tree, test it there, and then copy it to the other repo by
diff+patch. What happened here was that I produced the fat-fingered
patch in the CVSup branch, and copied it to the other tree _before_
testing; then I compiled, found that mistake and corrected it but forgot
to copy the correction to the other tree :-(

I don't use the CVS trees directly because it's very slow to get diffs
that way (latency is way too high), and also out of fear of committing
unwanted stuff.

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-06-27 16:39:27 pgsql: Not done: < * -Disallow changing DEFAULT expression of a SERIAL
Previous Message Tom Lane 2006-06-27 15:26:09 Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table