@@ -9863,28 +9863,6 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir'
9863
9863
</listitem>
9864
9864
</varlistentry>
9865
9865
9866
- <varlistentry id="guc-remove-temp-files-after-crash" xreflabel="remove_temp_files_after_crash">
9867
- <term><varname>remove_temp_files_after_crash</varname> (<type>boolean</type>)
9868
- <indexterm>
9869
- <primary><varname>remove_temp_files_after_crash</varname> configuration parameter</primary>
9870
- </indexterm>
9871
- </term>
9872
- <listitem>
9873
- <para>
9874
- When set to <literal>on</literal>, which is the default,
9875
- <productname>PostgreSQL</productname> will automatically remove
9876
- temporary files after a backend crash. If disabled, the files will be
9877
- retained and may be used for debugging, for example. Repeated crashes
9878
- may however result in accumulation of useless files.
9879
- </para>
9880
-
9881
- <para>
9882
- This parameter can only be set in the <filename>postgresql.conf</filename>
9883
- file or on the server command line.
9884
- </para>
9885
- </listitem>
9886
- </varlistentry>
9887
-
9888
9866
<varlistentry id="guc-data-sync-retry" xreflabel="data_sync_retry">
9889
9867
<term><varname>data_sync_retry</varname> (<type>boolean</type>)
9890
9868
<indexterm>
@@ -10912,6 +10890,25 @@ LOG: CleanUpLock: deleting: lock(0xb7acd844) id(24688,24696,0,0,0,1)
10912
10890
</listitem>
10913
10891
</varlistentry>
10914
10892
10893
+ <varlistentry id="guc-remove-temp-files-after-crash" xreflabel="remove_temp_files_after_crash">
10894
+ <term><varname>remove_temp_files_after_crash</varname> (<type>boolean</type>)
10895
+ <indexterm>
10896
+ <primary><varname>remove_temp_files_after_crash</varname> configuration parameter</primary>
10897
+ </indexterm>
10898
+ </term>
10899
+ <listitem>
10900
+ <para>
10901
+ When set to <literal>on</literal>, which is the default,
10902
+ <productname>PostgreSQL</productname> will automatically remove
10903
+ temporary files after a backend crash. If disabled, the files will be
10904
+ retained and may be used for debugging, for example. Repeated crashes
10905
+ may however result in accumulation of useless files. This parameter
10906
+ can only be set in the <filename>postgresql.conf</filename> file or on
10907
+ the server command line.
10908
+ </para>
10909
+ </listitem>
10910
+ </varlistentry>
10911
+
10915
10912
</variablelist>
10916
10913
</sect1>
10917
10914
<sect1 id="runtime-config-short">
0 commit comments