pgsql: Move log_autovacuum_min_duration into its correct sections

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move log_autovacuum_min_duration into its correct sections
Date: 2021-04-12 04:57:39
Message-ID: E1lVodn-0003ca-2S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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/20210404012546.GK6592@telsasoft.com

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-04-12 05:25:53 Re: pgsql: Move tablespace path re-creation from the makefiles to pg_regres
Previous Message Amit Kapila 2021-04-12 04:09:59 pgsql: doc: Update information of new messages for logical replication.