Turn special page pointer validation to static inline function

Kevin Grittner <kgrittn@postgresql.org>

Commit: 56dffb5a73ab157fc8d35a76c1170d656a051f14
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2016-04-09T13:17:22Z
Releases: 9.6.0
Turn special page pointer validation to static inline function

Inclusion of multiple macros inside another macro was pushing MSVC
past its size liimit.  Reported by buildfarm.

Files

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