You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: