Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ errorMessage
Method
errorMessage
lib/pgsql_shim/pgsqlinterface.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
char *errorMessage(const PGconn *conn) const override
26
{
27
return PQerrorMessage(conn);
28
}
29
30
size_t escapeStringConn(PGconn *conn, char *to, const char *from, size_t length, int *error) const override
31
{
Callers
2
Reconnect
Method · 0.80
Query
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected