MCPcopy 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
17static void
18exit_nicely(PGconn *conn)
19{
20 PQfinish(conn);
21 exit(1);
22}
23
24int
25main(int argc, char **argv)

Callers 1

mainFunction · 0.70

Calls 1

PQfinishFunction · 0.85

Tested by

no test coverage detected