Re: pg_config --pgxs on Win32

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_config --pgxs on Win32
Дата
Msg-id 24857.1129229589@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_config --pgxs on Win32  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: pg_config --pgxs on Win32  (Martijn van Oosterhout <kleptog@svana.org>)
Список pgsql-hackers
Thomas Hallgren <thhal@mailblocks.com> writes:
> I do have a workaround in place that makes it work for me now. I do 
> $(dir $(subst \\,/,xxx)) and that works fine but given that the targeted 
> platform for pgxs on Win32 is MinGW, perhaps it should output forward 
> slashes anyway.

I've already applied that change.  Your gripe was pretty much exactly
what I was afraid we'd hear, namely that the double-backslash output
would break cases that used to work.  I think we should stick with the
forward slash output, since that's what we know has been working in the
8.0 branch.
        regards, tom lane


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

Предыдущее
От: Thomas Hallgren
Дата:
Сообщение: Re: pg_config --pgxs on Win32
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: A costing analysis tool