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

From Bruce Momjian
Subject Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0
Date
Msg-id 201002081646.o18GkJJ26409@momjian.us
Whole thread Raw
In response to Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix serious performance bug in new implementation of VACUUM FULL: