>the extra level of struct naming for pd_opaque has no obvious

Bruce Momjian <bruce@momjian.us>

Commit: c9a734521712797b1cd6a77bf9cabfe4c503e186
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-07-02T06:18:57Z
Releases: 7.3.1
>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

Files

PathChange+/−
src/backend/access/hash/hashutil.c modified +3 −3
src/include/storage/bufpage.h modified +15 −23