Re: pgsql: Turn special page pointer validation to static inline function

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Kevin Grittner <kgrittn(at)postgresql(dot)org>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Turn special page pointer validation to static inline function
Date: 2016-04-09 14:24:55
Message-ID: 570910B7.3050103@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 04/09/2016 09:19 AM, Kevin Grittner wrote:
> 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.
>
>

FTR, not only MSVC. pademelon is an HP-UX box running the HP compiler
and had the same isue.

cheers

andrew

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-04-09 15:50:08 Re: [COMMITTERS] pgsql: Bloom index contrib module
Previous Message Kevin Grittner 2016-04-09 14:08:50 pgsql: Fix typo in C comment.