Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ PQsslAttribute
Function
PQsslAttribute
src/interfaces/libpq/fe-secure.c:417–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
415
}
416
417
const char *
418
PQsslAttribute(PGconn *conn, const char *attribute_name)
419
{
420
return NULL;
421
}
422
423
const char *const *
424
PQsslAttributeNames(PGconn *conn)
Callers
1
printSSLInfo
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected