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

Function IsLoginMonitorLauncherProcess

src/backend/postmaster/loginmonitor.c:800–803  ·  view source on GitHub ↗

* IsLoginMonitorLauncher functions * Return whether this is a login monitor launcher process. */

Source from the content-addressed store, hash-verified

798 * Return whether this is a login monitor launcher process.
799 */
800bool
801IsLoginMonitorLauncherProcess(void) {
802 return am_login_monitor_launcher;
803}
804
805/*
806 * IsLoginMonitorWorker functions

Callers 3

InitPostgresFunction · 0.85
InitProcessFunction · 0.85
ProcKillFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected