|
PostgreSQL Source Code git master
|
#include <spi_priv.h>
Definition at line 90 of file spi_priv.h.
| Oid* _SPI_plan::argtypes |
Definition at line 100 of file spi_priv.h.
| int _SPI_plan::cursor_options |
Definition at line 98 of file spi_priv.h.
| int _SPI_plan::magic |
Definition at line 92 of file spi_priv.h.
| int _SPI_plan::nargs |
Definition at line 99 of file spi_priv.h.
| 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.
| ParserSetupHook _SPI_plan::parserSetup |
Definition at line 101 of file spi_priv.h.
| void* _SPI_plan::parserSetupArg |
Definition at line 102 of file spi_priv.h.
| List* _SPI_plan::plancache_list |
Definition at line 95 of file spi_priv.h.
| MemoryContext _SPI_plan::plancxt |
Definition at line 96 of file spi_priv.h.
| bool _SPI_plan::saved |
Definition at line 93 of file spi_priv.h.