]> granicus.if.org Git - postgresql/commit
Under Win32, stat() returns an st_ino field, but it has no meaning (on
authorBruce Momjian <bruce@momjian.us>
Tue, 17 Feb 2004 03:35:57 +0000 (03:35 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 17 Feb 2004 03:35:57 +0000 (03:35 +0000)
commitec6feaaed4f9fd8fe71e6de888cb1dd72b0872c8
tree20958681fe98b304fb5734954a2a3e4e9e8a0970
parent51b363ec2499a308bb7af23382d25befe6ef5d6c
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
src/backend/utils/fmgr/dfmgr.c