Skip to content

Commit eeba549

Browse files
committed
disable ddd stub
1 parent c1ab7cd commit eeba549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/transam/global_snapshot.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,8 @@ DtmLocalEnd(DtmCurrentTrans * x)
792792
bool
793793
DtmDetectGlobalDeadLock(PGPROC *proc)
794794
{
795-
elog(WARNING, "Global deadlock?");
796-
return true;
795+
// elog(WARNING, "Global deadlock?");
796+
return false;
797797
}
798798

799799
static size_t

0 commit comments

Comments
 (0)