PostgreSQL Source Code
git master
|
#include <spi.h>
Data Fields | |
TupleDesc | tupdesc |
HeapTuple * | vals |
uint64 | numvals |
uint64 | alloced |
MemoryContext | tuptabcxt |
slist_node | next |
SubTransactionId | subid |
uint64 SPITupleTable::alloced |
Definition at line 30 of file spi.h.
Referenced by spi_dest_startup(), and spi_printtup().
slist_node SPITupleTable::next |
Definition at line 32 of file spi.h.
Referenced by spi_dest_startup().
uint64 SPITupleTable::numvals |
Definition at line 27 of file spi.h.
Referenced by _SPI_checktuples(), _SPI_execute_plan(), spi_dest_startup(), and spi_printtup().
SubTransactionId SPITupleTable::subid |
Definition at line 33 of file spi.h.
Referenced by AtEOSubXact_SPI(), and spi_dest_startup().
TupleDesc SPITupleTable::tupdesc |
Definition at line 25 of file spi.h.
Referenced by build_tuplestore_recursively(), crosstab(), exec_eval_expr(), exec_for_query(), exec_stmt_call(), exec_stmt_dynexecute(), exec_stmt_execsql(), exec_stmt_fetch(), get_crosstab_tuplestore(), initialize_worker_spi(), load_categories_hash(), pg_get_ruledef_worker(), pg_get_viewdef_worker(), plperl_spi_execute_fetch_result(), plperl_spi_fetchrow(), pltcl_process_SPI_result(), PLy_cursor_fetch(), PLy_cursor_iternext(), PLy_spi_execute_fetch_result(), query_to_oid_list(), refresh_by_match_merge(), RI_Initial_Check(), RI_PartitionRemove_Check(), spi_dest_startup(), SPI_sql_row_to_xmlelement(), test_predtest(), ts_stat_sql(), tsquery_rewrite_query(), worker_spi_main(), and xpath_table().
MemoryContext SPITupleTable::tuptabcxt |
Definition at line 31 of file spi.h.
Referenced by AtEOSubXact_SPI(), spi_dest_startup(), SPI_freetuptable(), and spi_printtup().
HeapTuple* SPITupleTable::vals |
Definition at line 26 of file spi.h.
Referenced by build_tuplestore_recursively(), exec_eval_expr(), exec_for_query(), exec_stmt_call(), exec_stmt_dynexecute(), exec_stmt_execsql(), exec_stmt_fetch(), get_crosstab_tuplestore(), get_tuple_of_interest(), initialize_worker_spi(), load_categories_hash(), pg_get_ruledef_worker(), pg_get_viewdef_worker(), plperl_spi_execute_fetch_result(), plperl_spi_fetchrow(), pltcl_process_SPI_result(), PLy_cursor_fetch(), PLy_cursor_iternext(), PLy_spi_execute_fetch_result(), query_to_oid_list(), refresh_by_match_merge(), RI_Initial_Check(), RI_PartitionRemove_Check(), spi_dest_startup(), spi_printtup(), SPI_sql_row_to_xmlelement(), test_predtest(), ts_stat_sql(), tsquery_rewrite_query(), worker_spi_main(), and xpath_table().