pgsql: Fix version comparison in Version.pm

2022-11-18 Thread Andrew Dunstan
Fix version comparison in Version.pm Version strings with unequal numbers of parts were being compared incorrectly. We cure this by treating a missing part in the shorter version as 0. per complaint from Jehan-Guillaume de Rorthais, but the fix is mine, not his. Discussion: https://postgr.es/m/2

pgsql: Fix version comparison in Version.pm

2022-11-18 Thread Andrew Dunstan
Fix version comparison in Version.pm Version strings with unequal numbers of parts were being compared incorrectly. We cure this by treating a missing part in the shorter version as 0. per complaint from Jehan-Guillaume de Rorthais, but the fix is mine, not his. Discussion: https://postgr.es/m/2

pgsql: Fix version comparison in Version.pm

2022-11-18 Thread Andrew Dunstan
Fix version comparison in Version.pm Version strings with unequal numbers of parts were being compared incorrectly. We cure this by treating a missing part in the shorter version as 0. per complaint from Jehan-Guillaume de Rorthais, but the fix is mine, not his. Discussion: https://postgr.es/m/2