Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0
Дата
Msg-id 201002081646.o18GkJJ26409@momjian.us
обсуждение исходный текст
Ответ на Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Tom Lane wrote:
> momjian@postgresql.org (Bruce Momjian) writes:
> > Log Message:
> > -----------
> > Add C comments that HEAP_MOVED_* define usage is only for pre-9.0 binary
> > upgrades.
>
> This seems fairly redundant with the comments that were already there.

The comment was at the top of SetHintBits(), which I didn't think would
be seen near the many other references to HEAP_MOVED_* father down
in the file.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix serious performance bug in new implementation of VACUUM FULL: