pgsql: doc: Move remove_temp_files_after_crash to section for developer - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Move remove_temp_files_after_crash to section for developer
Date
Msg-id E1lwZ05-00063l-12@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Move remove_temp_files_after_crash to section for developer options

The main goal of this option is to allow inspecting temporary files for
debugging purposes, so moving the parameter there is natural.

Oversight in cd91de0.

Reported-by: Justin Pryzby
Author: Euler Taveira
Discussion: https://postgr.es/m/20210612004347.GP16435@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/797b0fc0b078c7b4c46ef9f2d9e47aa2d98c6c63

Modified Files
--------------
doc/src/sgml/config.sgml                      | 41 +++++++++++++--------------
src/backend/utils/misc/guc.c                  |  5 ++--
src/backend/utils/misc/postgresql.conf.sample |  2 --
3 files changed, 22 insertions(+), 26 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Prepare for forthcoming LLVM 13 API change.
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench