Another Bookworm fix
This commit is contained in:
parent
9003a80663
commit
953c911e82
1 changed files with 2 additions and 0 deletions
|
|
@ -583,7 +583,9 @@ cluster_name = '{{ pg_version }}/main' # added to process titles if nonempty
|
||||||
#track_io_timing = off
|
#track_io_timing = off
|
||||||
#track_functions = none # none, pl, all
|
#track_functions = none # none, pl, all
|
||||||
#track_activity_query_size = 1024 # (change requires restart)
|
#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'
|
stats_temp_directory = '/var/run/postgresql/{{ pg_version }}-main.pg_stat_tmp'
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
# - Monitoring -
|
# - Monitoring -
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue