Re: Summary of some postgres portability issues

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Summary of some postgres portability issues
Дата
Msg-id 200807091020.34409.peter_e@gmx.net
обсуждение исходный текст
Ответ на Summary of some postgres portability issues  ("Ken Camann" <kjcamann@gmail.com>)
Список pgsql-hackers
Am Mittwoch, 9. Juli 2008 schrieb Ken Camann:
> In trying to port postgres to 64-bit Windows, I've encountered a
> number of issues which may (or may not) affect other compilers.

Given that PostgreSQL runs fine on other 64-bit architectures, unsubstantiated 
claims about other compilers being affected are probably just going to 
distract you from the work that needs to be done.  I suggest you concentrate 
on fixing the problem at hand, namely you take the actual compiler warnings 
and errors and develop fixes for them.  Perhaps a generalization will arise 
here or there, but so far you are the only person who has actually seen the 
problems, so all the rest of us are just idly guessing.

That said, if most of the problems can be fixed by replacing int by size_t, 
please go for it.  I think in most cases the use of int was just laziness 
rather than careful planning.

Also, please consider setting up a buildfarm client for this port.


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Identifier case folding notes
Следующее
От: Dean Rasheed
Дата:
Сообщение: Re: Auto-explain patch