with suggestion from Michael Paquier
+
+ The configuration parameter checkpoint_segments has
+ been removed. Its place is taken by the new
+ setting . If you had previously
+ tuned checkpoint_segments, the following formula will
+ give you an approximately equivalent setting:
+max_wal_size = (3 * checkpoint_segments) * 16MB
+
+ Note that the default setting for max_wal_size is
+ much higher than the default checkpoint_segments used
+ to be, so setting this might no longer be necessary.
+
+
+