8000
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
0 commit comments