-
- remove_temp_files_after_crash (boolean)
-
-
remove_temp_files_after_crash configuration parameter
-
-
-
- When set to on, which is the default,
-
PostgreSQL will automatically remove
- temporary files after a backend crash. If disabled, the files will be
- retained and may be used for debugging, for example. Repeated crashes
- may however result in accumulation of useless files.
-
-
- This parameter can only be set in the postgresql.conf
- file or on the server command line.
-
-
-
-
data_sync_retry (boolean)
+
+ remove_temp_files_after_crash (boolean)
+
+
remove_temp_files_after_crash configuration parameter
+
+
+
+ When set to on, which is the default,
+
PostgreSQL will automatically remove
+ temporary files after a backend crash. If disabled, the files will be
+ retained and may be used for debugging, for example. Repeated crashes
+ may however result in accumulation of useless files. This parameter
+ can only be set in the postgresql.conf file or on
+ the server command line.
+
+
+
+
NULL, NULL, NULL
},
{
- {"remove_temp_files_after_crash", PGC_SIGHUP, ERROR_HANDLING_OPTIONS,
+ {"remove_temp_files_after_crash", PGC_SIGHUP, DEVELOPER_OPTIONS,
gettext_noop("Remove temporary files after backend crash."),
- NULL
+ NULL,
+ GUC_NOT_IN_SAMPLE
},
&remove_temp_files_after_crash,
true,
#exit_on_error = off # terminate session on any error?
#restart_after_crash = on # reinitialize after backend crash?
-#remove_temp_files_after_crash = on # remove temporary files after
- # backend crash?
#data_sync_retry = off # retry or panic on failure to fsync
# data?
# (change requires restart)