Re: signed short fd

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: signed short fd
Дата
Msg-id 13523.1110812950@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: signed short fd  (pgsql@mohawksoft.com)
Ответы Re: signed short fd  (pgsql@mohawksoft.com)
Список pgsql-hackers
pgsql@mohawksoft.com writes:
>> 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.

... using the POSIX APIs that Microsoft so kindly provides.
fd.c will certainly not work at all on a platform that doesn't
provide a POSIX-like file access API, and in the absence of any
evidence to the contrary, I don't see why we shouldn't assume
that the platform adheres to that part of the spec too.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PERFORM] How to read query plan
Следующее
От: Greg Stark
Дата:
Сообщение: Re: [BUGS] We are not following the spec for HAVING without GROUP