This is a discussion on Fix race condition in size functions within the Pgsql Patches forums, part of the PostgreSQL category; --> Fix a race condition that caused pg_database_size() and pg_tablespace_size() to fail if an object was removed between calls to ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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...3/msg00671.php -- Michael Fuhr ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| ||||
| Patch applied by Alvaro. --------------------------------------------------------------------------- Michael Fuhr wrote: > 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...3/msg00671.php > > -- > Michael Fuhr [ Attachment, skipping... ] > > ---------------------------(end of broadcast)--------------------------- > TIP 6: explain analyze is your friend -- Bruce Momjian <bruce@momjian.us> http://momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |