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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Prevent logging "failed to stat file: success" for temp files
Дата
Msg-id E1Rr4Ch-0001qs-JL@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix error detection in contrib/pgcrypto's encrypt_iv() and decry
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix handling of data-modifying CTE subplans in EvalPlanQual.