|
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) |
Typedefs | |
| typedef struct MemoryContextCounters | MemoryContextCounters |
| typedef void(* | MemoryStatsPrintFunc) (MemoryContext context, void *passthru, const char *stats_string, bool print_to_stderr) |
| typedef struct MemoryContextMethods | MemoryContextMethods |
| typedef struct MemoryContextData | MemoryContextData |
| #define MemoryContextIsValid | ( | context | ) |
Definition at line 145 of file memnodes.h.
| typedef struct MemoryContextCounters MemoryContextCounters |
| typedef struct MemoryContextData MemoryContextData |
| typedef struct MemoryContextMethods MemoryContextMethods |
| typedef void(* MemoryStatsPrintFunc) (MemoryContext context, void *passthru, const char *stats_string, bool print_to_stderr) |
Definition at line 54 of file memnodes.h.