bitnine-oss / agensgraph

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

fix: Make re-scanning inner scan work #463

Closed protodef closed 5 years ago

protodef commented 5 years ago

VLE threw "btree index keys must be ordered by attribute" because re-scanning inner scan is not properly done in some cases. A regression test is added to check it.

The code is refactored extensively. The followings are notable changes.