bruce wrote: > Tom Lane wrote: > > [email protected] (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.
The only other thing we could do is to mention the HEAP_MOVED_* only at the top of the file, but I have tried to label binary upgrade code clearly so we know why it is there and when it can be removed. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
