Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/cloudberry
/ PQgssEncInUse
Function
PQgssEncInUse
src/interfaces/libpq/fe-secure.c:466–470 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
464
}
465
466
int
467
PQgssEncInUse(PGconn *conn)
468
{
469
return 0;
470
}
471
472
#endif /* ENABLE_GSS */
473
Callers
1
printGSSInfo
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected