Go to the source code of this file.
◆ PG_FUNCTION_INFO_V1()
◆ StaticAssertDecl()
◆ test_cplusplus_add()
Definition at line 35 of file test_cplusplusext.cpp.
36{
43
45 {
47 }
48
50 {
52 }
53
56
60
62 {
63 case 1:
66 case 2:
68 break;
69 }
70
72}
#define StaticAssertExpr(condition, errmessage)
#define StaticAssertStmt(condition, errmessage)
#define PG_RETURN_INT32(x)
#define PG_GETARG_INT32(n)
void list_free(List *list)
void pfree(void *pointer)
#define foreach_ptr(type, var, lst)
#define foreach_node(type, var, lst)
References a, b, copyObject, DEBUG1, elog, fb(), foreach_node, foreach_ptr, list_free(), list_make1, makeNode, pfree(), pg_fallthrough, PG_GETARG_INT32, PG_RETURN_INT32, StaticAssertExpr, and StaticAssertStmt.
◆ PG_MODULE_MAGIC