Re: [previously on HACKERS] "Compacting" a relation

From: "Simon Riggs" <simon(at)2ndquadrant(dot)com>
To: "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>
Cc: "Bruce Momjian" <bruce(at)momjian(dot)us>, <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [previously on HACKERS] "Compacting" a relation
Date: 2007-02-22 10:59:13
Message-ID: 1172141954.3874.95.camel@silverbirch.site
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Wed, 2007-02-21 at 21:28 -0300, Alvaro Herrera wrote:
> Bruce Momjian wrote:
> > Alvaro Herrera wrote:
> > > Bruce Momjian wrote:
> > > >
> > > > I applied the optional VACUUM FULL version, but modified to code to say
> > > > 20% rather than a factor of 5, attached.
> > >
> > > String construction does not work well with translations; please
> > > reformulate this.
> > >
> > > > + errhint("Consider%sincreasing the configuration parameter \"max_fsm_pages\".",
> > > > + /* Only suggest VACUUM FULL if 20% free */
> > > > + (vacrelstats->tot_free_pages > vacrelstats->rel_pages * 0.20
> > > > + ? " using VACUUM FULL on this relation or ": " "))));
> >
> > OK, updated.
>
> Thanks :-)

Alvaro: point noted for future. Bruce: many thanks.

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-02-22 11:00:55 Re: SCMS question
Previous Message Zeugswetter Andreas ADI SD 2007-02-22 10:57:58 Re: HOT for PostgreSQL 8.3

Browse pgsql-patches by date

  From Date Subject
Next Message Markus Schiltknecht 2007-02-22 12:45:13 Re: tsearch in core patch, for inclusion
Previous Message Peter Eisentraut 2007-02-22 10:29:22 Re: --enable-xml instead of --with-libxml?