pgsql: Add support for static assertions in C++ - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pgsql: Add support for static assertions in C++
Date
Msg-id E1eTrVJ-000360-1m@gemulon.postgresql.org
Whole thread Raw
List pgsql-hackers
Add support for static assertions in C++

This allows modules written in C++ to use or include header files that
use StaticAssertStmt() etc.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a2c8e5cfdb9d82ae6d4bb8f37a4dc7cbeca63ec1

Modified Files
--------------
src/include/c.h | 14 ++++++++++++++
1 file changed, 14 insertions(+)


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: Does PostgreSQL check database integrity at startup?
Next
From: Edson Carlos Ericksson Richter
Date:
Subject: Re: Does PostgreSQL check database integrity at startup?