|
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(), make_expanded_record_from_exprecord(), make_expanded_record_from_tupdesc(), make_expanded_record_from_typeid(), and MemoryContextCallResetCallbacks().
| MemoryContextCallbackFunction MemoryContextCallback::func |
Definition at line 49 of file palloc.h.
Referenced by expanded_record_fetch_tupdesc(), load_validator_library(), make_expanded_record_from_exprecord(), make_expanded_record_from_tupdesc(), make_expanded_record_from_typeid(), and MemoryContextCallResetCallbacks().
| struct MemoryContextCallback* MemoryContextCallback::next |
Definition at line 51 of file palloc.h.
Referenced by MemoryContextCallResetCallbacks(), MemoryContextRegisterResetCallback(), and MemoryContextUnregisterResetCallback().