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

The current logic to get the version from the version string depends #2392

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

cvvergara
Copy link
Member

Porting from #2362

@pgRouting/admins

on the position (11) which may not work with other postgres variants
because of the different strings they may carry like EnterpriseDB for
an example.

So instead of of using string substring to parse the version, use
string regex match. Also, move up the code to replace the strings
alpha/beta/rc a bit to support the patch

Tested on Linux
@cvvergara cvvergara added this to the Release 3.4.0 milestone Oct 6, 2022
@cvvergara cvvergara requested a review from robe2 October 6, 2022 02:09
@cvvergara cvvergara added the Build label Oct 6, 2022
@cvvergara cvvergara merged commit 1988511 into pgRouting:develop Oct 6, 2022
@cvvergara cvvergara deleted the port-PR-2362 branch October 6, 2022 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants