Home
last modified time | relevance | path

Searched defs:XactLockTableWaitInfo (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/utils/google-benchmark/bindings/python/google_benchmark/
H A Dexample.py53 @benchmark.register
54 def skipped(state):
55 if True: # Test some predicate here.
56 state.skip_with_error("some error")
57 return # NOTE: You must explicitly return, or benchmark will continue.
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dcryptohashes.c52 * Create an MD5 hash of a bytea value and return it as a hex string.
55 md5_bytea(PG_FUNCTION_ARGS)
57 bytea *in = PG_GETARG_BYTEA_PP(0);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/lib/
H A Dobj.c56 default :
57 return GRN_FALSE;
59 }
60 break;
61 case GRN_VECTOR :
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; typedef
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; typedef
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; typedef
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; typedef
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; typedef
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; typedef
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/lmgr/
H A Dlmgr.c52 typedef struct XactLockTableWaitInfo struct
57 } XactLockTableWaitInfo; argument
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/storage/lmgr/
H A Dlmgr.c55 typedef struct XactLockTableWaitInfo struct
60 } XactLockTableWaitInfo; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/storage/lmgr/
H A Dlmgr.c56 typedef struct XactLockTableWaitInfo struct
61 } XactLockTableWaitInfo; argument
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/storage/lmgr/
H A Dlmgr.c56 typedef struct XactLockTableWaitInfo struct
61 } XactLockTableWaitInfo; argument
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/storage/lmgr/
H A Dlmgr.c56 typedef struct XactLockTableWaitInfo struct
61 } XactLockTableWaitInfo; argument

12