[pgAdmin][RM4421] Inno setup script version compare fix

Поиск
Список
Период
Сортировка
От Aditya Toshniwal
Тема [pgAdmin][RM4421] Inno setup script version compare fix
Дата
Msg-id CAM9w-_mnD3MQBMLZdY9oKwSsu6fiwWUFY9ZZob6fPUfiormy1A@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin][RM4421] Inno setup script version compare fix  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
Hi Hackers,

Attached is the patch to fix a potential issue where version compare while upgrading will be incorrect. Currently, it is comparing strings. So while comparing '4.9' and '4.10' it will consider '4.9' as greater.
The patch will convert the values to float and compare.

Kindly review.

--
Thanks and Regards,
Aditya Toshniwal
Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: Re: [pgAdmin][RM4335] Add EXPLAIN option SETTINGS and SUMMARY
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM4421] Inno setup script version compare fix