]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Move log_autovacuum_min_duration into its correct sections
authorMichael Paquier <michael@paquier.xyz>
Mon, 12 Apr 2021 04:53:17 +0000 (13:53 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 12 Apr 2021 04:53:17 +0000 (13:53 +0900)
commitb094063cd16d22b2f065a432580bb3568b2d8a77
treed88b2dea59c41976ea19519149e0b3cdcb700a3a
parent15c1a9d9cb7604472d4823f48b64cdc02c441194
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
doc/src/sgml/config.sgml
src/backend/utils/misc/postgresql.conf.sample