Under Win32, stat() returns an st_ino field, but it has no meaning (on

Bruce Momjian <bruce@momjian.us>

Commit: ec6feaaed4f9fd8fe71e6de888cb1dd72b0872c8
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-02-17T03:35:57Z
Releases: 8.0.0
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.

Claudio Natoli

Files

PathChange+/−
src/backend/utils/fmgr/dfmgr.c modified +10 −1