CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       04/02/16 23:35:57

Modified files:
        src/backend/utils/fmgr: dfmgr.c 

Log message:
        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


---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to