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

Function SPI_commit

src/backend/executor/spi.c:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340void
341SPI_commit(void)
342{
343 _SPI_commit(false);
344}
345
346void
347SPI_commit_and_chain(void)

Callers 4

pltcl_commitFunction · 0.85
exec_stmt_commitFunction · 0.85
plperl_spi_commitFunction · 0.85
PLy_commitFunction · 0.85

Calls 1

_SPI_commitFunction · 0.85

Tested by

no test coverage detected