mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
mark checkpoint_segments parameter as deprecated
Postgresql 9.5 has checkpoint_segments removed and fails to start if the options is given. Adds a comment to that effect. Fixes #494.
This commit is contained in:
@@ -74,7 +74,7 @@ your `postgresql.conf` file.
|
|||||||
work_mem (50MB)
|
work_mem (50MB)
|
||||||
effective_cache_size (24GB)
|
effective_cache_size (24GB)
|
||||||
synchronous_commit = off
|
synchronous_commit = off
|
||||||
checkpoint_segments = 100
|
checkpoint_segments = 100 # only for postgresql <= 9.4
|
||||||
checkpoint_timeout = 10min
|
checkpoint_timeout = 10min
|
||||||
checkpoint_completion_target = 0.9
|
checkpoint_completion_target = 0.9
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user