Clean up buildfarm failures arising from the seemingly straightforward page

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d92c370c724e3bc81b584c8ffbaee8038fdc2935
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-07-14T03:22:32Z
Releases: 8.4.0
Clean up buildfarm failures arising from the seemingly straightforward page
macros patch :-(.  Results from both baiji and mastodon imply that MSVC
fails to perceive offsetof(PageHeaderData, pd_linp[0]) as a constant
expression in some contexts where offsetof(PageHeaderData, pd_linp) works
fine.  Sloth, thy name is Micro.

Files

PathChange+/−
src/include/storage/bufpage.h modified +3 −3