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

Function SPI_commit_and_chain

src/backend/executor/spi.c:346–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344}
345
346void
347SPI_commit_and_chain(void)
348{
349 _SPI_commit(true);
350}
351
352static void
353_SPI_rollback(bool chain)

Callers 1

exec_stmt_commitFunction · 0.85

Calls 1

_SPI_commitFunction · 0.85

Tested by

no test coverage detected