Re: Race condition in pg_database_size() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Race condition in pg_database_size()
Date
Msg-id 5194.1173566377@sss.pgh.pa.us
Whole thread Raw
In response to Re: Race condition in pg_database_size()  (Michael Fuhr <mike@fuhr.org>)
Responses Re: Race condition in pg_database_size()  (Michael Fuhr <mike@fuhr.org>)
List pgsql-hackers
Michael Fuhr <mike@fuhr.org> writes:
> I'll submit a patch -- any preferences for silent continuation vs.
> continuation with a notice or warning?

I think silent is fine for ENOENT cases.  We know the file had been
there at ReadDir time, so the only possible conclusion is that it was
just unlinked, and I see no reason to complain about that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: Race condition in pg_database_size()
Next
From: "Chuck McDevitt"
Date:
Subject: Why is this allowed?