Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ljhhuxiaoba opened this issue Nov 5, 2023 · 0 comments
Open

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

ljhhuxiaoba opened this issue Nov 5, 2023 · 0 comments

Comments

@ljhhuxiaoba
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant