Content-Length: 269737 | pFad | http://github.com/postgrespro/postgres_cluster/commit/6aa72a0cb4d28a33aa6a9e288d3947cc1354f548
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d85d7f commit 6aa72a0Copy full SHA for 6aa72a0
src/backend/access/transam/global_snapshot.c
@@ -875,15 +875,12 @@ DtmLocalEnd(DtmCurrentTrans * x)
875
}
876
877
/*
878
- * Now only timestapm based dealock detection is supported for pg_tsdtm.
879
- * Please adjust "deadlock_timeout" parameter in postresql.conf to avoid false
880
- * deadlock detection.
+ * Not implemented here.
881
*/
882
bool
883
DtmDetectGlobalDeadLock(PGPROC *proc)
884
{
885
- elog(WARNING, "Global deadlock?");
886
- return true;
+ return false;
887
888
889
static size_t
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/6aa72a0cb4d28a33aa6a9e288d3947cc1354f548
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments