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 Cypher IN expression use indexes #474

Closed gtyun closed 5 years ago

gtyun commented 5 years ago

Bug fix. If the expression following 'IN' is not array, it makes segmentation fault.