Обсуждение: pgsql: Add support for static assertions in C++

Поиск
Список
Период
Сортировка

pgsql: Add support for static assertions in C++

От
Peter Eisentraut
Дата:
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(+)