bitnine-oss / agensgraph

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

ERROR: cannot execute nextval() during a parallel operation #628

Open ljhhuxiaoba opened 11 months ago

ljhhuxiaoba commented 11 months ago

agensgraph version:2.13.1

I executed a query on my AgensGraph and get an error. query: MATCH () WHERE true MERGE (n0 :L4{id:42}) MERGE (n1{id:43})<-[r0 :T5{id:44}]-({id:45})<-[r1 :T2{id:46}]-(n2{id:47}) RETURN n2 AS a0, (n0.k30) AS a1 LIMIT 1

error message: ERROR: cannot execute nextval() during a parallel operation

To create the graph data: graph.txt