MCPcopy 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
23static void
24exit_nicely(PGconn *conn)
25{
26 PQfinish(conn);
27 exit(1);
28}
29
30int
31main(int argc, char **argv)

Callers 1

mainFunction · 0.70

Calls 1

PQfinishFunction · 0.85

Tested by

no test coverage detected