Re: pgsql: Remove some code for old unsupported versions of MSVC
От | Amit Kapila |
---|---|
Тема | Re: pgsql: Remove some code for old unsupported versions of MSVC |
Дата | |
Msg-id | CAA4eK1+cp3+j_sWfvEj7FpSFGJv21L6gxxL=cZncr975G5H9_w@mail.gmail.com обсуждение исходный текст |
Ответ на | pgsql: Remove some code for old unsupported versions of MSVC (Peter Eisentraut <peter@eisentraut.org>) |
Ответы |
Re: pgsql: Remove some code for old unsupported versions of MSVC
|
Список | pgsql-committers |
On Tue, Oct 8, 2019 at 2:23 PM Peter Eisentraut <peter@eisentraut.org> wrote: > > Remove some code for old unsupported versions of MSVC > > As of d9dd406fe281d22d5238d3c26a7182543c711e74, we require MSVC 2013, > which means _MSC_VER >= 1800. This means that conditionals about > older versions of _MSC_VER can be removed or simplified. > I wonder why this has not been backpatched to v12? I am talking mainly about changes in IsoLocaleName made by this function. The reason why I started looking at this commit is that I wanted to backpatch some fix [1] in function IsoLocaleName and it seems to be different in 12 and 13 for no reason. It is not a big deal but I was curious to know if there is a reason we can't have this part of code the same in 12 and 13. That will at least allow easier backpatch in the future. I understand it is not a part of code that is changed on a regular basis but still, it might be good to keep the code consistent. [1] - https://www.postgresql.org/message-id/CAHzhFSFoJEWezR96um4-rg5W6m2Rj9Ud2CNZvV4NWc9tXV7aXQ%40mail.gmail.com -- With Regards, Amit Kapila. EnterpriseDB: http://www.enterprisedb.com
В списке pgsql-committers по дате отправления: