pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't
Дата
Msg-id 20071024130557.2FFE6754229@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Keep heap_page_prune from marking the buffer dirty when it didn't
really change anything.  Per report from Itagaki Takahiro.  Fix by
Pavan Deolasee.

Modified Files:
--------------
    pgsql/src/backend/access/heap:
        pruneheap.c (r1.2 -> r1.3)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/pruneheap.c?r1=1.2&r2=1.3)

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

Предыдущее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: pginstaller - pginst: update french translation.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and