Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
105
inline void pg_commit(PGconn* session)
106
{
107
std::string sql =
"COMMIT"
;
108
pg_execute(session, sql);
109
}
110
111
inline std::string pg_query_once(PGconn* session, std::string const& sql)
112
{
Callers
2
CursorTeardown
Method · 0.85
done
Method · 0.85
Calls
1
pg_execute
Function · 0.85
Tested by
no test coverage detected