MCPcopy 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
417const char *
418PQsslAttribute(PGconn *conn, const char *attribute_name)
419{
420 return NULL;
421}
422
423const char *const *
424PQsslAttributeNames(PGconn *conn)

Callers 1

printSSLInfoFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected