PostgreSQL Source Code
git master
|
#include <spi_priv.h>
Data Fields | |
int | magic |
bool | saved |
bool | oneshot |
List * | plancache_list |
MemoryContext | plancxt |
RawParseMode | parse_mode |
int | cursor_options |
int | nargs |
Oid * | argtypes |
ParserSetupHook | parserSetup |
void * | parserSetupArg |
Definition at line 90 of file spi_priv.h.
Oid* _SPI_plan::argtypes |
Definition at line 100 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
int _SPI_plan::cursor_options |
Definition at line 98 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
int _SPI_plan::magic |
Definition at line 92 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
int _SPI_plan::nargs |
Definition at line 99 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
bool _SPI_plan::oneshot |
Definition at line 94 of file spi_priv.h.
RawParseMode _SPI_plan::parse_mode |
Definition at line 97 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
ParserSetupHook _SPI_plan::parserSetup |
Definition at line 101 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
void* _SPI_plan::parserSetupArg |
Definition at line 102 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
List* _SPI_plan::plancache_list |
Definition at line 95 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
MemoryContext _SPI_plan::plancxt |
Definition at line 96 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), and _SPI_save_plan().
bool _SPI_plan::saved |
Definition at line 93 of file spi_priv.h.
Referenced by _SPI_save_plan().