Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
340
void
341
SPI_commit(void)
342
{
343
_SPI_commit(false);
344
}
345
346
void
347
SPI_commit_and_chain(void)
Callers
4
pltcl_commit
Function · 0.85
exec_stmt_commit
Function · 0.85
plperl_spi_commit
Function · 0.85
PLy_commit
Function · 0.85
Calls
1
_SPI_commit
Function · 0.85
Tested by
no test coverage detected