Re: [HACKERS] Inconsistencies between pg_settings and postgresql.conf
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Adrian Escoms <adescoms@ongres.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-11-15T21:30:28Z
Lists: pgsql-hackers
On Wed, Sep 13, 2017 at 11:50 AM, Adrian Escoms <adescoms@ongres.com> wrote: > I realized that the parameter 'shared_preload_libraries' used to belong to > category 'Resource Usage / Kernel Resources' but since postgresql version > 9.4 it was changed in pg_settings to 'Client Connection Defaults / Shared > Library Preloading' but in postgresql.conf it remains unchanged. > I attach the updated postgresql.conf.sample.diff with this change. I think this is a good idea, except I'd leave out this hunk: @@ -105,7 +105,7 @@ #------------------------------------------------------------------------------ -# RESOURCE USAGE (except WAL) +# RESOURCE USAGE #------------------------------------------------------------------------------ # - Memory - I think a parenthetical gloss is a little different than different text, and not out of place in what is after all a sample file intended to be read by humans. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Update postgresql.conf.sample to match pg_settings classificaitons.
- 79f2d637139f 11.0 landed