bitnine-oss / agensgraph

AgensGraph, a transactional graph database based on PostgreSQL
http://www.agensgraph.org
Other
1.32k stars 146 forks source link

test: (ShortestPath) Fix regression for shortestpath #558

Closed emotionbug closed 2 years ago

emotionbug commented 2 years ago

previously shortestpath run without Parallel scan, but it now work with Parallel and the two results are returned differently depending on the situation.

and, another fix is free minimal tuples if needed.