There is no antivirus software running on the machine.

I'm not entirely sure how to determine which relation it is
complaining about.  I see a folder that corresponds to the middle
number in the log, and I see numbers in the same range as the right
number from the log.

In any case, the unit tests remove all contents and schema within the
database before starting, and they remove the tables they create as
they proceed.  Certainly there are many things have been recently
deleted.

       Patrick

On 1/11/07, Tom Lane <[EMAIL PROTECTED]> wrote:
"Patrick Earl" <[EMAIL PROTECTED]> writes:
> We're getting the error as part of an automated test suite and it is
> seems to occur every time the suite is run.  The platform is Win XP 64
> bit.

Hm.  We've seen problems of this ilk caused by bogus antivirus software,
but if that were the explanation it's not clear why running the test
locally vs remotely would change anything.

Another theory is that it's got something to do with Windows' problems
with unlinking open files --- we've found that "permission denied" can
be the error code when attempting to open a file that's been unlinked
but isn't yet gone because someone is holding it open.  Can you
determine whether the complained-of relation is one that's recently been
deleted?

                        regards, tom lane


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to