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

Function GetLockMethodLocalHash

src/backend/storage/lmgr/lock.c:656–660  ·  view source on GitHub ↗

* GetLockMethodLocalHash -- return the hash of local locks, for modules that * evaluate assertions based on all locks held. */

Source from the content-addressed store, hash-verified

654 * evaluate assertions based on all locks held.
655 */
656HTAB *
657GetLockMethodLocalHash(void)
658{
659 return LockMethodLocalHash;
660}
661#endif
662
663/*

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected