| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: GUC variable renaming, redux |
| Date: | 2007-09-23 17:52:02 |
| Message-ID: | 20070923175202.GB5679@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> I wrote:
> > There wasn't any discussion of renaming stats_reset_on_server_start,
> > though logical consistency would seem to require this if we choose
> > a name not starting with stats_ for $merged_var.
>
> Actually ... does stats_reset_on_server_start have a reason to live
> at all? It hardly seems like a behavior that ought to occur on a
> routine basis, and anyone who really wants it can remove the pgstats
> file manually before starting the postmaster.
We also have a stats reset after recovery, and a function to reset it at
the user's whim, so I agree that there doesn't seem to be any reason to
keep it. Neither of these existed when stats_reset_on_server_start was
implemented, IIRC.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2007-09-23 18:01:04 | Re: [PATCHES] msvc, build and install with cygwin in the PATH |
| Previous Message | Tom Lane | 2007-09-23 17:38:17 | Re: GUC variable renaming, redux |