pgsql: Keep heap open until new heap generated in RMV.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Keep heap open until new heap generated in RMV.
Дата
Msg-id E1Ve7sU-0001YK-Kd@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Keep heap open until new heap generated in RMV.

Early close became apparent when invalidation messages were
processed in a new location under CLOBBER_CACHE_ALWAYS builds, due
to additional locking.

Back-patch to 9.3

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5829082a57be8bcbc5f75cd28d935730b783c6d2

Modified Files
--------------
src/backend/commands/matview.c |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix missing argument and function prototypes.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Keep heap open until new heap generated in RMV.