From c3dd8e97648bc5e06d48f0645dc0f66bb5fc5663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 11 Oct 2017 11:17:48 +0200 Subject: [PATCH] copr: this is no longer supported in pg9.5 --- roles/copr/frontend/tasks/psql_setup.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/roles/copr/frontend/tasks/psql_setup.yml b/roles/copr/frontend/tasks/psql_setup.yml index 40c630952d..b5116f6218 100644 --- a/roles/copr/frontend/tasks/psql_setup.yml +++ b/roles/copr/frontend/tasks/psql_setup.yml @@ -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