pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Keep heap_page_prune from marking the buffer dirty when it didn't
Date
Msg-id 20071024130557.2FFE6754229@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: pginstaller - pginst: update french translation.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix UPDATE/DELETE WHERE CURRENT OF to support repeated update and