Move log_autovacuum_min_duration into its correct sections This GUC has already been classified as LOGGING_WHAT, but its location in postgresql.conf.sample and the documentation did not reflect that, so fix those inconsistencies.
Author: Justin Pryzby Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/b094063cd16d22b2f065a432580bb3568b2d8a77 Modified Files -------------- doc/src/sgml/config.sgml | 56 +++++++++++++-------------- src/backend/utils/misc/postgresql.conf.sample | 9 +++-- 2 files changed, 33 insertions(+), 32 deletions(-)
