Re: renaming "storage parameters" - Mailing list pgsql-hackers

From Robert Haas
Subject Re: renaming "storage parameters"
Date
Msg-id 603c8f070902090955w77f63a3evaa250852644eb0d5@mail.gmail.com
Whole thread Raw
In response to renaming "storage parameters"  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
On Mon, Feb 9, 2009 at 12:19 PM, Alvaro Herrera
<alvherre@commandprompt.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


pgsql-hackers by date:

Previous
From: Marko Kreen
Date:
Subject: Re: WIP: fix SET WITHOUT OIDS, add SET WITH OIDS
Next
From: Alvaro Herrera
Date:
Subject: Re: How to get SE-PostgreSQL acceptable