pgsql: Exclude common/int128.h from cpluspluscheck

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Exclude common/int128.h from cpluspluscheck
Date: 2018-01-31 00:25:26
Message-ID: E1eggDO-0005Vo-Ng@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_4_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9f050c0b41685e61c7373d7af9f97740b61a316d

Modified Files
--------------
src/tools/pginclude/cpluspluscheck | 3 +++
1 file changed, 3 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-01-31 03:57:01 pgsql: Refactor client-side SSL certificate checking code
Previous Message Peter Eisentraut 2018-01-30 22:06:33 pgsql: Fix up references to scram-sha-256