Re: pgxs/windows

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgxs/windows
Дата
Msg-id 43CEDA82.9040807@dunslane.net
обсуждение исходный текст
Ответ на Re: pgxs/windows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: pgxs/windows  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

Bruce Momjian wrote:

>
>Could this be related to the fact that pre-8.2 makefiles were not
>space-safe?  I am unsure how pgxs worked on Win32 without being
>space-safe.
>
>  
>

I don't see how. In fact, pgxs seems to use short form  paths anyway. 
Example (from previous email):

> dllwrap -o rainbow.dll --def rainbow.def rainbow.o
> c:/PROGRA~1/POSTGR~1/8.1/lib/pgxs/src/MAKEFI~1/../../src/utils/dllinit.o
> -Lc:/PROGRA~1/POSTGR~1/8.1/bin -lpostgres 


No spaces there. The problem is it says "bin" instead of "lib" before 
"-lpostgres".

cheers

andrew



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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: No heap lookups on index
Следующее
От: Leandro Guimarães Faria Corcete Dutra
Дата:
Сообщение: Re: FW: Surrogate keys (Was: enums)