Re: signed short fd

Поиск
Список
Период
Сортировка
От pgsql@mohawksoft.com
Тема Re: signed short fd
Дата
Msg-id 16674.24.91.171.78.1110803900.squirrel@mail.mohawksoft.com
обсуждение исходный текст
Ответ на Re: signed short fd  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: signed short fd  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
>
>> Maybe we make the assumption that all OS will
>> implement "fd" as an array index
>
> The POSIX spec requires open() to assign fd's consecutively from zero.
> http://www.opengroup.org/onlinepubs/007908799/xsh/open.html

With all due respect, PostgreSQL now runs natively on Win32. Having a
POSIX-only mentality, especially with something so trivial, is a mistake.
I would say "int" is the best way to handle it. You just *never* know.


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: [BUGS] We are not following the spec for HAVING without GROUP
Следующее
От: Manfred Koizar
Дата:
Сообщение: Re: We are not following the spec for HAVING without GROUP