Skip to content

pgr_extractVertices error when target is not BIGINT #2312

New issue

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

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

Already on GitHub? # to your account

Closed
cvvergara opened this issue Jun 8, 2022 · 0 comments · Fixed by #2313
Closed

pgr_extractVertices error when target is not BIGINT #2312

cvvergara opened this issue Jun 8, 2022 · 0 comments · Fixed by #2313

Comments

@cvvergara
Copy link
Member

To reproduce

SELECT id, in_edges, out_edges
FROM pgr_extractVertices('SELECT id, source, target::INTEGER FROM edges_table');
RROR:  structure of query does not match function result type
HINT:  Please check query: SELECT id, source, target FROM wiki
CONTEXT:  PL/pgSQL function pgr_extractvertices(text,boolean) line 310 at RAISE
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant