/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../modules/test_cplusplusext/
..
expected

tests: Add a test C++ extension module

7 месяцев назад
sql

tests: Add a test C++ extension module

7 месяцев назад
.gitignore

tests: Add a test C++ extension module

7 месяцев назад
Makefile

tests: Add a test C++ extension module

7 месяцев назад
README

tests: Add a test C++ extension module

7 месяцев назад
meson.build

Enable test_cplusplusext with MSVC

4 месяца назад
test_cplusplusext--1.0.sql

tests: Add a test C++ extension module

7 месяцев назад
test_cplusplusext.control

tests: Add a test C++ extension module

7 месяцев назад
test_cplusplusext.cpp

Change copyObject() to use typeof_unqual

5 месяцев назад
README
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++.