#include <spi_priv.h>
Data Fields | |
uint32 | processed |
Oid | lastoid |
SPITupleTable * | tuptable |
MemoryContext | procCxt |
MemoryContext | execCxt |
MemoryContext | savedcxt |
SubTransactionId | connectSubid |
Definition at line 21 of file spi_priv.h.
Definition at line 31 of file spi_priv.h.
Referenced by AtEOSubXact_SPI(), and SPI_connect().
Definition at line 29 of file spi_priv.h.
Referenced by _SPI_end_call(), _SPI_execmem(), AtEOSubXact_SPI(), SPI_connect(), and SPI_finish().
Definition at line 25 of file spi_priv.h.
Referenced by _SPI_execute_plan(), _SPI_pquery(), and SPI_connect().
Definition at line 28 of file spi_priv.h.
Referenced by _SPI_make_plan_non_temp(), _SPI_procmem(), AtEOSubXact_SPI(), SPI_connect(), and SPI_finish().
Definition at line 24 of file spi_priv.h.
Referenced by _SPI_checktuples(), _SPI_cursor_operation(), _SPI_execute_plan(), _SPI_pquery(), SPI_connect(), and SPI_cursor_open_internal().
Definition at line 30 of file spi_priv.h.
Referenced by SPI_connect(), SPI_copytuple(), SPI_finish(), SPI_modifytuple(), SPI_palloc(), and SPI_returntuple().
Definition at line 26 of file spi_priv.h.
Referenced by _SPI_checktuples(), _SPI_cursor_operation(), _SPI_execute_plan(), AtEOSubXact_SPI(), SPI_connect(), SPI_cursor_open_internal(), spi_dest_startup(), and spi_printtup().