Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
346
void
347
SPI_commit_and_chain(void)
348
{
349
_SPI_commit(true);
350
}
351
352
static void
353
_SPI_rollback(bool chain)
Callers
1
exec_stmt_commit
Function · 0.85
Calls
1
_SPI_commit
Function · 0.85
Tested by
no test coverage detected