Content-Length: 269346 | pFad | http://github.com/postgrespro/postgres_cluster/commit/7cfeaa1b0e19de41158785ab0ed866eb34f9066c
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 7f4e923 commit 7cfeaa1Copy full SHA for 7cfeaa1
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/7cfeaa1b0e19de41158785ab0ed866eb34f9066c
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments