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

Function SPI_execp

src/backend/executor/spi.c:731–735  ·  view source on GitHub ↗

Obsolete version of SPI_execute_plan */

Source from the content-addressed store, hash-verified

729
730/* Obsolete version of SPI_execute_plan */
731int
732SPI_execp(SPIPlanPtr plan, Datum *Values, const char *Nulls, long tcount)
733{
734 return SPI_execute_plan(plan, Values, Nulls, false, tcount);
735}
736
737/* Execute a previously prepared plan */
738int

Callers 3

check_primary_keyFunction · 0.85
check_foreign_keyFunction · 0.85
ttdummyFunction · 0.85

Calls 1

SPI_execute_planFunction · 0.85

Tested by 1

ttdummyFunction · 0.68