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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0
Date: 2010-02-08 16:46:19
Message-ID: 201002081646.o18GkJJ26409@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> momjian(at)postgresql(dot)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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-08 16:50:21 pgsql: Fix serious performance bug in new implementation of VACUUM FULL:
Previous Message Tom Lane 2010-02-08 15:51:51 Re: pgsql: Add C comments that HEAP_MOVED_* define usage is only for pre-9.0