From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Update postgresql.conf.sample to match pg_settings classificaito |
Date: | 2017-11-16 17:57:38 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Update postgresql.conf.sample to match pg_settings classificaitons.
A handful of settings, most notably shared_preload_libraries, were
just plain the wrong place compared to their assigned config_group
value in guc.c (and thus pg_settings). In other cases the names of
the sections in postgresql.conf.sample were mildly different from
the corresponding entries in config_group_names[]. Make it all
consistent.
Adrián Escoms, reviewed by me.
Branch
------
master
Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 32 +++++++++++++++------------
1 file changed, 18 insertions(+), 14 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2017-11-16 19:18:00 | pgsql: Fix typo in comment. |
Previous Message | Fabrízio de Royes Mello | 2017-11-16 17:45:58 | Re: pgsql: Disable installcheck tests for test_session_hooks |