Re: rmtree() failure on Windows - Mailing list pgsql-hackers

From Zeugswetter Andreas DAZ SD
Subject Re: rmtree() failure on Windows
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA40184D202@m0114.s-mxs.net
Whole thread Raw
In response to rmtree() failure on Windows  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: rmtree() failure on Windows
List pgsql-hackers
> >>> 300 secs (!) fs timeout is really broken.
> >>> Looks more like a locking or network timeout issue.
> >>> What error codes does unlink(3) return?
> >>
> >
> >> success.
> >
> >
> > Oops! 5min timeout for success is certainly problematic.
> >
> >
>
> You misunderstood. The 300 secs is not in waiting for unlink() to
> return, it is in waiting for its effects to be seen by
> rmdir() (i.e. for

because the bgwriter obviously keeps them open, no ?

Andreas


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: rmtree() failure on Windows
Next
From: Tom Lane
Date:
Subject: Re: rmtree() failure on Windows