On Mon, Oct 11, 2021 at 12:50:28PM +0530, Bharath Rupireddy wrote: > I noticed another thing that the remove_temp_files_after_crash is > categorized as DEVELOPER_OPTIONS, shouldn't it be under > RESOURCES_DISK?
See here: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=797b0fc0b078c7b4c46ef9f2d9e47aa2d98c6c63 The old behavior of leaving the tempfiles behind isn't expected to be useful to uses, and the only reason to keep them was to allow debugging. Putting it in DEVELOPER means that it's not in the user-facing postgresql.conf.sample. -- Justin