Re: renaming "storage parameters"

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: renaming "storage parameters"
Date: 2009-02-09 17:55:44
Message-ID: 603c8f070902090955w77f63a3evaa250852644eb0d5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 9, 2009 at 12:19 PM, Alvaro Herrera
<alvherre(at)commandprompt(dot)com> wrote:
> Euler Taveira is arguing in an autovacuum thread that we should give
> "storage parameters" a different name; his argument is that
> "autovacuum_enabled" is not really a parameter that relates to storage.
> He is proposing "relation parameters".
>
> I am against the idea of renaming them, for two reasons: 1. it's a
> user-visible change that doesn't seem to buy a lot; 2. it's a tedious
> patch to write.
>
> Can I get some votes? If you think they should be renamed but to a
> different name than "relation parameters", please state what that is
> too.

-1.

Even if this is a good idea in general, it's a bad idea right now,
because we're trying to get 8.4 beta out the door.

I also don't see that the name storage parameters is all that
terrible. Surely the purpose of autovacuum is allow reuse of storage
space, no?

...Robert

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-02-09 18:02:35 Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Previous Message Alvaro Herrera 2009-02-09 17:44:24 Re: How to get SE-PostgreSQL acceptable