|
PostgreSQL Source Code git master
|
#include "nodes/nodes.h"

Go to the source code of this file.
Data Structures | |
| struct | MemoryContextCounters |
| struct | MemoryContextMethods |
| struct | MemoryContextData |
Macros | |
| #define | MemoryContextIsValid(context) |
| #define MemoryContextIsValid | ( | context | ) |
Definition at line 145 of file memnodes.h.
| typedef void(* MemoryStatsPrintFunc) (MemoryContext context, void *passthru, const char *stats_string, bool print_to_stderr) |
Definition at line 54 of file memnodes.h.