win32 inode fix

Поиск
Список
Период
Сортировка
От Claudio Natoli
Тема win32 inode fix
Дата
Msg-id A02DEC4D1073D611BAE8525405FCCE2B55F2E4@harris.memetrics.local
обсуждение исходный текст
Ответы Re: win32 inode fix  (Neil Conway <neilc@samurai.com>)
Re: win32 inode fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
For community review and application to HEAD; minor patch.

Under Win32, stat() returns an st_ino field, but it has no meaning (on
Win2K, and possibly all Win32 variants, it is always 0). This causes a
number of problems in the dfmgr.c logic, which basically all revolve around
the fact that *any* two files will appear to have the same inode.

Note also that this solves the current issues related to initdb under Win32.


---
Certain disclaimers and policies apply to all email sent from Memetrics.
For the full text of these disclaimers and policies see
<a
href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
ailpolicy.html</a>



Вложения

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: pg_generate_sequence and info_schema patch (Was: SELECT
Следующее
От: Claudio Natoli
Дата:
Сообщение: CYGWIN correction; ipci rationalization