Re: "Compacting" a relation - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: "Compacting" a relation
Date
Msg-id 200702040311.l143BCU10198@momjian.us
Whole thread Raw
In response to Re: "Compacting" a relation  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: "Compacting" a relation  ("Simon Riggs" <simon@2ndquadrant.com>)
List pgsql-hackers
Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > vacuumlazy.c contains a hint "Consider compacting this relation" but AFAICT, 
> > there is no indication anywhere how "compacting" is supposed to be achieved.
> > I guess this means VACUUM FULL or CLUSTER, but I don't think the hint can be 
> > processed effectively by a user.
> 
> So change it ...

New message is:
 errhint("Consider using VACUUM FULL on this relation or increasing the configuration parameter
\"max_fsm_pages\".")));

--  Bruce Momjian   bruce@momjian.us EnterpriseDB    http://www.enterprisedb.com
 + If your life is a hard drive, Christ can be your backup. +


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] elog(FATAL)ing non-existent roles during client
Next
From: Bruce Momjian
Date:
Subject: Re: custom variable classes