retrace: checkpoint_segments does not exists in PG10
This commit is contained in:
parent
b7ccda8f59
commit
a41c1c217f
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue