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

Function getBackoffEntryRO

src/backend/postmaster/backoff.c:394–398  ·  view source on GitHub ↗

* Read only access to a backend entry. */

Source from the content-addressed store, hash-verified

392 * Read only access to a backend entry.
393 */
394static inline const BackoffBackendSharedEntry *
395getBackoffEntryRO(int index)
396{
397 return (const BackoffBackendSharedEntry *) getBackoffEntryRW(index);
398}
399
400/**
401 * Gives write access to a backend entry.

Callers 4

isGroupLeaderFunction · 0.85
findBetterGroupLeaderFunction · 0.85
BackoffSweeperFunction · 0.85

Calls 1

getBackoffEntryRWFunction · 0.85

Tested by

no test coverage detected