pgsql: Turn special page pointer validation to static inline function

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Turn special page pointer validation to static inline function
Date: 2016-04-09 13:19:32
Message-ID: E1aosnU-0005wU-9Q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-04-09 14:08:50 pgsql: Fix typo in C comment.
Previous Message Alvaro Herrera 2016-04-09 02:44:53 pgsql: Move \crosstabview regression tests to a separate file