MCPcopy Create free account
hub / github.com/apache/cloudberry / SPI_connect

Function SPI_connect

src/backend/executor/spi.c:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106/* =================== interface functions =================== */
107
108int
109SPI_connect(void)
110{
111 return SPI_connect_ext(0);
112}
113
114int
115SPI_connect_ext(int options)

Callers 15

check_primary_keyFunction · 0.85
check_foreign_keyFunction · 0.85
crosstabFunction · 0.85
load_categories_hashFunction · 0.85
get_crosstab_tuplestoreFunction · 0.85
connectbyFunction · 0.85
get_tuple_of_interestFunction · 0.85
xpath_tableFunction · 0.85
pltcl_trigger_handlerFunction · 0.85
plpgsql_validatorFunction · 0.85
plperl_trigger_handlerFunction · 0.85

Calls 1

SPI_connect_extFunction · 0.85

Tested by 5

test_predtestFunction · 0.68
initialize_worker_spiFunction · 0.68
worker_spi_mainFunction · 0.68
ttdummyFunction · 0.68