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

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table
Дата
Msg-id 20060627153538.GC16543@surnet.cl
обсуждение исходный текст
Ответ на Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> Alvaro Herrera <alvherre@commandprompt.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.

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Not done: < * -Disallow changing DEFAULT expression of a SERIAL