Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ exit_nicely
Function
exit_nicely
src/test/isolation2/extended_protocol_test.c:23–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
22
23
static void
24
exit_nicely(PGconn *conn)
25
{
26
PQfinish(conn);
27
exit(1);
28
}
29
30
int
31
main(int argc, char **argv)
Callers
1
main
Function · 0.70
Calls
1
PQfinish
Function · 0.85
Tested by
no test coverage detected