8000 Fix error in DDD · postgrespro/postgres_cluster@b1998ac · GitHub
[go: up one dir, main page]

Skip to content

Commit b1998ac

Browse files
committed
Fix error in DDD
1 parent 82d3e9f commit b1998ac

File tree

1 file changed

+1
-0
lines changed
  • contrib/pg_dtm/dtmd/src

1 file changed

+1
-0
lines changed

contrib/pg_dtm/dtmd/src/ddd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ void addSubgraph(Instance* instance, Graph* graph, xid_t* xids, int n_xids)
101101
}
102102
freeEdge(graph, e);
103103
}
104+
instance->edges = edges;
104105
}
105106

106107
static bool recursiveTraverseGraph(Vertex* root, Vertex* v, int marker)

0 commit comments

Comments
 (0)
0