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{
42
44 {
46 }
47
49 {
51 }
52
55
59
61 {
62 case 1:
65 case 2:
67 break;
68 }
69
71}
#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