]> git.openstreetmap.org Git - nominatim.git/commitdiff
mark checkpoint_segments parameter as deprecated
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 4 Aug 2016 20:17:05 +0000 (22:17 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 4 Aug 2016 20:17:05 +0000 (22:17 +0200)
Postgresql 9.5 has checkpoint_segments removed and fails to start
if the options is given. Adds a comment to that effect.

Fixes #494.

docs/Installation.md

index fd4f8d0b8707916f3ee8e8f70d90989124a3ccab..2e6243963a753049c24d20c6c2ac8824c16a5465 100644 (file)
@@ -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