Hot Standby btree delete records and vacuum_defer_cleanup_age

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Hot Standby btree delete records and vacuum_defer_cleanup_age
Date: 2010-12-08 15:00:51
Message-ID: 1291820451.2872.910.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Heikki pointed out to me that the btree delete record processing does
not respect vacuum_defer_cleanup_age. It should.

Attached patch to implement that.

Looking to commit in next few hours barring objections/suggestions, to
both HEAD and 9_0_STABLE, in time for next minor release.

--
Simon Riggs http://www.2ndQuadrant.com/books/
PostgreSQL Development, 24x7 Support, Training and Services

Attachment Content-Type Size
btree_vac_cleanup_age.v1.patch text/x-patch 2.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Oleg Bartunov 2010-12-08 15:13:01 plperlu problem with utf8
Previous Message Dmitriy Igrishin 2010-12-08 14:56:49 Re: pg_type.typname of array types.