MCPcopy Create free account
hub / github.com/apache/cloudberry / printGSSInfo

Function printGSSInfo

src/bin/psql/command.c:3628–3635  ·  view source on GitHub ↗

* printGSSInfo * * Prints information about the current GSSAPI connection, if GSSAPI encryption is in use */

Source from the content-addressed store, hash-verified

3626 * Prints information about the current GSSAPI connection, if GSSAPI encryption is in use
3627 */
3628static void
3629printGSSInfo(void)
3630{
3631 if (!PQgssEncInUse(pset.db))
3632 return; /* no GSSAPI encryption in use */
3633
3634 printf(_("GSSAPI-encrypted connection\n"));
3635}
3636
3637
3638/*

Callers 2

exec_command_conninfoFunction · 0.85
connection_warningsFunction · 0.85

Calls 1

PQgssEncInUseFunction · 0.50

Tested by

no test coverage detected