retrace: checkpoint_segments does not exists in PG10

This commit is contained in:
Miroslav Suchý 2020-03-05 17:09:52 +01:00 committed by Pierre-Yves Chibon
parent b7ccda8f59
commit a41c1c217f

View file

@ -39,13 +39,6 @@
line: 'maintenance_work_mem = 2GB'
notify: restart postgresql
- name: set checkpoint_segments for PostgreSQL
lineinfile:
path: /var/lib/pgsql/data/postgresql.conf
regexp: '^checkpoint_segments ='
line: 'checkpoint_segments = 32'
notify: restart postgresql
- name: set checkpoint_completion_target for PostgreSQL
lineinfile:
path: /var/lib/pgsql/data/postgresql.conf