Re: Buglist

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Buglist
Date: 2003-08-19 15:40:09
Message-ID: 200308192110.09958.shridhar_daithankar@nospam.persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Tuesday 19 August 2003 21:03, Vivek Khera wrote:
> Tops on my wish list is that postgres automatically notice when a row
> is no longer needed (all transactional references to it are gone) and
> 'free' it at that time, rather then needing a special scan to
> determine the row is no longer needed and freeing it.

Heh.. we have autovacuum right. Well it does not work the way you want but it
works automatically at least.

Couple of releases down the line it will be good enough and vacuum problems
will be history if people take care to setup autovacuum and FSM parameters
correctly..

Shridhar

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joshua D. Drake 2003-08-19 15:41:27 Re: Buglist
Previous Message Francois Suter 2003-08-19 15:35:40 Re: Mailing list in French

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2003-08-19 15:41:27 Re: Buglist
Previous Message Stephan Szabo 2003-08-19 15:37:41 Re: set constraints docs page