PostgreSQL Source Code
git master
|
#include <palloc.h>
Data Fields | |
MemoryContextCallbackFunction | func |
void * | arg |
struct MemoryContextCallback * | next |
void* MemoryContextCallback::arg |
Definition at line 50 of file palloc.h.
Referenced by expanded_record_fetch_tupdesc(), InitDomainConstraintRef(), make_expanded_record_from_exprecord(), make_expanded_record_from_tupdesc(), make_expanded_record_from_typeid(), MemoryContextCallResetCallbacks(), and PLy_exec_function().
MemoryContextCallbackFunction MemoryContextCallback::func |
Definition at line 49 of file palloc.h.
Referenced by expanded_record_fetch_tupdesc(), InitDomainConstraintRef(), make_expanded_record_from_exprecord(), make_expanded_record_from_tupdesc(), make_expanded_record_from_typeid(), MemoryContextCallResetCallbacks(), and PLy_exec_function().
struct MemoryContextCallback* MemoryContextCallback::next |
Definition at line 51 of file palloc.h.
Referenced by MemoryContextCallResetCallbacks(), and MemoryContextRegisterResetCallback().