MCPcopy Create free account
hub / github.com/PDAL/PDAL / pg_commit

Function pg_commit

plugins/pgpointcloud/io/PgCommon.hpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105inline void pg_commit(PGconn* session)
106{
107 std::string sql = "COMMIT";
108 pg_execute(session, sql);
109}
110
111inline std::string pg_query_once(PGconn* session, std::string const& sql)
112{

Callers 2

CursorTeardownMethod · 0.85
doneMethod · 0.85

Calls 1

pg_executeFunction · 0.85

Tested by

no test coverage detected