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