Обсуждение: pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)