pgsql: Turn special page pointer validation to static inline function - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Turn special page pointer validation to static inline function
Date
Msg-id E1aosnU-0005wU-9Q@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Turn special page pointer validation to static inline function  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/56dffb5a73ab157fc8d35a76c1170d656a051f14

Modified Files
--------------
src/include/storage/bufpage.h | 23 ++++++++++++++++++++---
1 file changed, 20 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Move \crosstabview regression tests to a separate file
Next
From: Kevin Grittner
Date:
Subject: pgsql: Fix typo in C comment.