[PATCH] fix for C4141 warning on MSVC

Michail Nikolaev <michail.nikolaev@gmail.com>

From: Michail Nikolaev <michail.nikolaev@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2018-01-24T00:16:38Z
Lists: pgsql-hackers

Attachments

Hello.

Just very small fix for C4141 warning (
https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4141
).

Also could be viewed on Github -
https://github.com/michail-nikolaev/postgres/commit/38a590a00110a4ea870d625470e4c898e5ad79aa

Tested both MSVC and gcc builds.

Thanks.

Commits

  1. Improve implementation of pg_attribute_always_inline.