pgsql/src backend/access/hash/hashutil.c inclu ...

From: momjian(at)postgresql(dot)org (Bruce Momjian - CVS)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/access/hash/hashutil.c inclu ...
Date: 2002-07-02 06:18:58
Message-ID: 20020702061858.177A3475C75@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: momjian(at)postgresql(dot)org 02/07/02 02:18:58

Modified files:
src/backend/access/hash: hashutil.c
src/include/storage: bufpage.h

Log message:
>the extra level of struct naming for pd_opaque has no obvious
>usefulness.
>
>> [...] should I post a patch that puts pagesize directly into
>> PageHeaderData?
>
>If you're so inclined. Given that pd_opaque is hidden in those macros,
>there wouldn't be much of any gain in readability either, so I haven't
>worried about changing the declaration.

Thanks for the clarification. Here is the patch. Not much gain, but at
least it saves the next junior hacker from scratching his head ...

Manfred Koizar

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-07-02 16:32:19 pgsql/src/interfaces/libpq++ libpq++.h pgconne ...
Previous Message Bruce Momjian - CVS 2002-07-02 06:11:23 pgsql/src/bin/pgaccess Makefile README copyrig ...