mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 23:04:53 -04:00
d92c370c72
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.