Fix race condition in size functions - Mailing list pgsql-patches

From Michael Fuhr
Subject Fix race condition in size functions
Date
Msg-id 20070311044417.GA94914@winnie.fuhr.org
Whole thread Raw
Responses Re: Fix race condition in size functions
List pgsql-patches
Fix a race condition that caused pg_database_size() and pg_tablespace_size()
to fail if an object was removed between calls to ReadDir() and stat().
Per discussion in pgsql-hackers.

http://archives.postgresql.org/pgsql-hackers/2007-03/msg00671.php

--
Michael Fuhr

Attachment

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: WIP patch for plan invalidation
Next
From: "Pavel Stehule"
Date:
Subject: Re: simply custom variables protection