pgsql: Prevent logging "failed to stat file: success" for temp files - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Prevent logging "failed to stat file: success" for temp files
Date
Msg-id E1Rr4Ch-0001qs-JL@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix error detection in contrib/pgcrypto's encrypt_iv() and decry
Next
From: Tom Lane
Date:
Subject: pgsql: Fix handling of data-modifying CTE subplans in EvalPlanQual.