Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries
Дата
Msg-id CAB7nPqQZOm6+oLRr_7ya5XbjrByGm1rjDp7+AZdr4s577xerow@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, Jun 16, 2017 at 1:01 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> (2) My inclination would be not to back-patch.  This change could break
> configurations that worked before, and the lack of prior complaints
> says that not many people are having a problem with it.

That's fourteen years without complains, still I cannot imagine any
cases where it would be a problem as people who would have faced this
problem but not reported it have likely just enforced the FS to handle
case-insensitivity for paths. Or they just relied on the default: on
Windows the default is to be case-insensitive, as much as OSX. So the
proposed patch handles things better with case-sensitive paths,
without really impacting users with case-insensive FS.

I see the point of not back-patching the change though.
-- 
Michael



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] PATCH: Don't downcase filepath/filename while loading libraries