pgsql: Continue to allow VACUUM to mark last block of index dirty

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Continue to allow VACUUM to mark last block of index dirty
Date: 2011-11-22 09:48:54
Message-ID: E1RSmyE-00061D-1F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Continue to allow VACUUM to mark last block of index dirty
even when there is no work to do. Further analysis required.
Revert of patch c1458cc495ff800cd176a1c2e56d8b62680d9b71

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2d2841a56c8fa37a5dd5c6d33488ba6ca37116ff

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-11-22 19:15:58 pgsql: Small markup and wording improvement
Previous Message Simon Riggs 2011-11-22 09:36:52 Re: [COMMITTERS] pgsql: Avoid marking buffer dirty when VACUUM has no work to do.