Another Bookworm fix

This commit is contained in:
Julian Rother 2023-06-25 00:34:01 +02:00
parent 9003a80663
commit 953c911e82

View file

@ -583,7 +583,9 @@ cluster_name = '{{ pg_version }}/main' # added to process titles if nonempty
#track_io_timing = off
#track_functions = none # none, pl, all
#track_activity_query_size = 1024 # (change requires restart)
{% if pg_version|int < 15 %}
stats_temp_directory = '/var/run/postgresql/{{ pg_version }}-main.pg_stat_tmp'
{% endif %}
# - Monitoring -