BUG #12127: could not stat file

From: s(dot)beer(at)pyton(dot)nl
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12127: could not stat file
Date: 2014-12-02 10:59:44
Message-ID: 20141202105944.2567.12489@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12127
Logged by: Stefan Beer
Email address: s(dot)beer(at)pyton(dot)nl
PostgreSQL version: 9.3.1
Operating system: Win2008R2
Description:

When I try to create a statistics report for one of my TableSpaces (both via
PgAdmin AND via the pgsql dll) I get an error: "could not stat file
[xyz]_fsm"

Meanwhile I have proven that this error is due to open connections to the
database on this tablespace. If I drop all open connections to the database,
the stats are working; as soon the clients connecting again, I get the error
again. It's 100% reproducible. I guess the tablespace stats/reports should
also work while heavy traffic on the database, so I'm sending you this bug
report.

Browse pgsql-bugs by date

  From Date Subject
Next Message eshkinkot 2014-12-02 13:17:02 BUG #12128: Cannot start backup again if it shutdown after replay one *.history file.
Previous Message marcin.ogorzalek 2014-12-02 10:34:02 BUG #12126: Empty tsvector as output of to_tsvector function