/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_cplusplusext/README
10 строк
490 B
Peter Eisentraut
tests: Add a test C++ extension module
20 янв 2026, 18:42
20 янв 2026, 18:42
476b35d
Код
Авторство
О чём код?
test_cplusplusext - Test C++ Extension Compatibility ==================================================== This test module verifies that PostgreSQL headers and macros work correctly when compiled with a C++ compiler. While PostgreSQL already tests that headers are syntactically valid C++ using headerscheck, the macros defined in those headers might still expand to invalid C++ code. This module catches such issues by actually compiling and running an extension that's written in C++.