]> granicus.if.org Git - postgresql/commit
Update postgresql.conf.sample to match pg_settings classificaitons.
authorRobert Haas <rhaas@postgresql.org>
Thu, 16 Nov 2017 17:57:17 +0000 (12:57 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 16 Nov 2017 17:57:17 +0000 (12:57 -0500)
commit79f2d637139f117a7be2e751328b504f1decd9b7
tree10879a09da42756ac01e19a8dcd34490e87749c2
parente89a71fb449af2ef74f47be1175f99956cf21524
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.

Discussion: http://postgr.es/m/CACksPC2veEmFRYqwYepWYO9U7aFhAx6sYq+WqjTyHw7uV=E=pw@mail.gmail.com
src/backend/utils/misc/postgresql.conf.sample