> > i've installed Filemon > > (http://www.sysinternals.com/Utilities/Filemon.html) > > now. this gives more insight what happens to the file. > > ... > > D:\DB\PostgreSQL-8.2\data\base\3964774\6422806 DELETE PEND Options: > > Open > > Access: 0012019F > > This is quite interesting, because it says that Filemon knows > how to distinguish a "delete pending" error from other > errors. If we could do that, then my prior worries about > ignoring all EACCES errors would go away. What's it looking > at exactly?
filemon is a kernel mode filter driver. So it's looking at kernel-only datastructures. AFAIK, there is no way to see that from userspace. //Magnus ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org