copr: this is no longer supported in pg9.5

This commit is contained in:
Miroslav Suchý 2017-10-11 11:17:48 +02:00
parent 8d53296868
commit c3dd8e9764

View file

@ -91,15 +91,6 @@
tags:
- config
- name: set checkpoint_segments for PostgreSQL
lineinfile:
path: /var/lib/pgsql/data/postgresql.conf
regexp: '^checkpoint_segments ='
line: 'checkpoint_segments = 32'
notify: restart postgresql
tags:
- config
- name: set checkpoint_completion_target for PostgreSQL
lineinfile:
path: /var/lib/pgsql/data/postgresql.conf