mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
copr: this is no longer supported in pg9.5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user