pgsql: Properly set relpersistence for fake relcache entries.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Properly set relpersistence for fake relcache entries.
Дата
Msg-id E1TCWAc-0007M5-P8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Properly set relpersistence for fake relcache entries.

This can result in buffers failing to be properly flushed at
checkpoint time, leading to data loss.

Report, diagnosis, and patch by Jeff Davis.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/beb850e1d873f8920a78b9b9ee27e9f87c95592f

Modified Files
--------------
src/backend/access/transam/xlogutils.c |    5 +++++
src/backend/storage/buffer/bufmgr.c    |    2 ++
2 files changed, 7 insertions(+), 0 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: fxjr@pgfoundry.org (User Fxjr)
Дата:
Сообщение: npgsql - Npgsql2: Fixed connection leaks.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Properly set relpersistence for fake relcache entries.