pgsql: Prevent logging "failed to stat file: success" for temp files

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Prevent logging "failed to stat file: success" for temp files
Date: 2012-01-28 09:04:11
Message-ID: E1Rr4Ch-0001qs-JL@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Prevent logging "failed to stat file: success" for temp files

This was broken in commit bc3347484a7bf9eddb98e4352d84599cae9a31c6, the
addition of statistics counters for temp files.

Reported by Thom Brown

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/672614cf2137b2a3778c69de8d73770d84790e44

Modified Files
--------------
src/backend/storage/file/fd.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-01-28 22:55:30 pgsql: Fix handling of data-modifying CTE subplans in EvalPlanQual.
Previous Message Tom Lane 2012-01-28 04:10:28 pgsql: Fix error detection in contrib/pgcrypto's encrypt_iv() and decry