Re: forward vs backward slashes in msvc build code

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: forward vs backward slashes in msvc build code
Дата
Msg-id CAB7nPqS7kOCzka0C1AgR=1MT===ZdqMYKLdWCtKGjdNwfYeyxA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: forward vs backward slashes in msvc build code  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: forward vs backward slashes in msvc build code  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Mon, Apr 27, 2015 at 8:53 AM, Andrew Dunstan <andrew@dunslane.net> wrote:
>
> On 04/26/2015 04:08 PM, Noah Misch wrote:
>>
>> On Sun, Apr 26, 2015 at 10:23:58AM -0400, Andrew Dunstan wrote:
>>>
>>> Setting up a VS2008 environment is hard these days, as MS seems to have
>>> removed the download :-(
>>
>> Visual C++ 2008 Express Edition:
>> http://go.microsoft.com/?linkid=7729279
>>
>
> Oh, cool. Thanks.

Thanks, I'll try to set up an environment and come up with a real
patch tested this time.

What I suspect is that we need to correctly replace all the references
to backslaches like '\\' or $obj =~ s/\\/_/g; to make things work
correctly.
Regards,
-- 
Michael



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: forward vs backward slashes in msvc build code
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Typo in a comment in set_rel_size()