Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current logic to get the version from the version string depends
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
- Loading branch information