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

Bug(?) with pgr_createVerticesTable and pgr_createtopology functions (v3.4+) #2427

Closed
Nick-Nal opened this issue Nov 15, 2022 · 2 comments · Fixed by #2438
Closed

Bug(?) with pgr_createVerticesTable and pgr_createtopology functions (v3.4+) #2427

Nick-Nal opened this issue Nov 15, 2022 · 2 comments · Fixed by #2438
Labels
Milestone

Comments

@Nick-Nal
Copy link

Greetings.

Problem
Functions pgr_createVerticesTable and pgr_createtopology does not working properly in PGR 3.4.0 and 3.4.1 because of this:

DECLARE
dummyRec TEXT;
...
sql = 'SELECT * FROM '||_pgr_quote_ident(tabname)||' WHERE true'||rows_where ||' limit 1';
EXECUTE sql INTO dummyRec;

Obviously, this variable should be of type Record.
Currently this problem blocks initial checks on tables when using these two functions, because it generates exception.
AFAIR, this bug wasn't present in 3.3.x versions earlier this year.

@Nick-Nal Nick-Nal added the bug label Nov 15, 2022
@cvvergara
Copy link
Member

Thanks for reporting, will fix soon, on 3.4.2, but that micro will be released in 15 days aprox

@Nick-Nal
Copy link
Author

Thank you

@cvvergara cvvergara reopened this Nov 15, 2022
@cvvergara cvvergara added this to the 3.4.2 milestone Nov 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants