From: Sarah Hoffmann Date: Thu, 4 Aug 2016 20:17:05 +0000 (+0200) Subject: mark checkpoint_segments parameter as deprecated X-Git-Tag: v3.0.0~145 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/36f2afea8a8f0e8ed47f72c66ef4b4a09e890bbb 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. --- diff --git a/docs/Installation.md b/docs/Installation.md index fd4f8d0b..2e624396 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -74,7 +74,7 @@ your `postgresql.conf` file. work_mem (50MB) effective_cache_size (24GB) synchronous_commit = off - checkpoint_segments = 100 + checkpoint_segments = 100 # only for postgresql <= 9.4 checkpoint_timeout = 10min checkpoint_completion_target = 0.9