Exclude common/int128.h from cpluspluscheck

Peter Eisentraut <peter_e@gmx.net>

Commit: 9f050c0b41685e61c7373d7af9f97740b61a316d
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-01-31T00:21:19Z
Releases: 9.4.16
Exclude common/int128.h from cpluspluscheck

It uses static assertions, which are not supported under C++ in this
branch.

This change only goes into the 9.4 branch, because 9.5 and beyond will
primarily use the USE_NATIVE_INT128 branch, so cpluspluscheck isn't
bothered.  In PG11 we will have C++ support for static assertions, so
the issue will go away altogether.

Files

PathChange+/−
src/tools/pginclude/cpluspluscheck modified +3 −0