Re: compiler warnings on the buildfarm

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: compiler warnings on the buildfarm
Дата
Msg-id 4696B32F.2090308@dunslane.net
обсуждение исходный текст
Ответ на Re: compiler warnings on the buildfarm  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: compiler warnings on the buildfarm
Список pgsql-hackers

Tom Lane wrote:
>> animal: eel                 warnings: 4
>> dirmod.c:206: warning: no previous prototype for 'pgsymlink'
>>     
>
> Somebody needs to figure out whether we are supposed to be using
> pgsymlink on Cygwin.
>   


According to port.h:
*  Cygwin has its own symlinks which work on Win95/98/ME where*  junction points don't, so use it instead.  We have no
wayof*  knowing what type of system Cygwin binaries will be run on.
 


So it looks like we should not be using pgsymlink() on Cygwin, unless we 
declare that these platforms under Cygwin are no longer supported.

cheers

andrew



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: compiler warnings on the buildfarm
Следующее
От: Tom Lane
Дата:
Сообщение: Re: compiler warnings on the buildfarm