Re: [PATCH] fix for C4141 warning on MSVC

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@enterprisedb.com>
Cc: Michail Nikolaev <michail.nikolaev@gmail.com>, Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-01-24T04:08:38Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> Here's one like that.

Pushed; we'll soon see if the buildfarm likes it.  I added a tweak to
prevent forced inlining at -O0, as discussed in the other thread;
and worked on the comments a bit.

			regards, tom lane


Commits

  1. Improve implementation of pg_attribute_always_inline.