pgsql: Remove non-existing variable reference in MSVC's Solution.pm

2021-06-25 Thread Michael Paquier
Remove non-existing variable reference in MSVC's Solution.pm The version string is grabbed from PACKAGE_VERSION in pg_config.h in the MSVC build since 8f4fb4c6, but an error message referenced a variable that existed before that. This had no consequences except if one messes up enough with the ve

pgsql: Remove non-existing variable reference in MSVC's Solution.pm

2021-06-25 Thread Michael Paquier
Remove non-existing variable reference in MSVC's Solution.pm The version string is grabbed from PACKAGE_VERSION in pg_config.h in the MSVC build since 8f4fb4c6, but an error message referenced a variable that existed before that. This had no consequences except if one messes up enough with the ve