Re: win32 inode fix

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: win32 inode fix
Дата
Msg-id 200402170336.i1H3aAb26439@candle.pha.pa.us
обсуждение исходный текст
Ответ на win32 inode fix  (Claudio Natoli <claudio.natoli@memetrics.com>)
Список pgsql-patches
Patch applied.  Thanks.

---------------------------------------------------------------------------


Claudio Natoli wrote:
>
> 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>
>
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: contrib/dbmirror
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [pgsql-hackers-win32] Updated win32 readdir patch