pgsql: doc: Move remove_temp_files_after_crash to section for developer

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Move remove_temp_files_after_crash to section for developer
Date: 2021-06-24 23:43:13
Message-ID: E1lwZ05-00063l-12@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-24 23:51:19 Re: pgsql: Fix pattern matching logic for logs in TAP tests of pgbench
Previous Message Thomas Munro 2021-06-24 23:32:10 pgsql: Prepare for forthcoming LLVM 13 API change.