Fix race condition in size functions

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Fix race condition in size functions
Дата
Msg-id 20070311044417.GA94914@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: Fix race condition in size functions  (Bruce Momjian <bruce@momjian.us>)
Список 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

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: WIP patch for plan invalidation
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: simply custom variables protection