Re: Query about postgresql.conf property file

From: TANWEER ALAM <tanweer76(dot)alam(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Query about postgresql.conf property file
Date: 2017-01-16 18:18:29
Message-ID: CABa63gBg-q8VXd7L21AAaE-yHcy_u_bRf2QO53B9VAwQ-DPC_w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I would really appreciate if you can respond about my below query:-

1. Currently I am upgrading postgres version from 9.3 to 9.5 and it seems
we can upgrade to 9.5 without much issue. After some workaround,
everything came up which contains postgresql 9.5

2. The DB install and configuration went ok, but it couldn’t start properly
as there is one line in /opt/postgres/9.5/data which is not accepted
somehow. It said “unrecognized
configuration”. After commenting out this line all services got started
and UI came up.
checkpoint_segments = 9 # in logfile segments, min 1, 16MB each

3. After some preliminary analysis and it seems this configurations is
deprecated in 9.5 and should be replaced with something else --
https://github.com/gregs1104/pgtune/issues/21

4. After some more findings. it seems that the parameter
checkpoint_segments is gone, and has been replaced by min_wal_size
and max_wal_size.

So if the above configuration is deprecated in 9.5 then why this property
comes as enabled with 9.5 is it a bug?
Secondly if we go ahead by commenting this property then any major impact
from DB perspective?

Need your suggestions if any.

Response appreciated !

Regards,
Tanweer

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2017-01-16 18:34:54 Re: Query about postgresql.conf property file
Previous Message Jorge Solórzano 2017-01-16 13:32:24 Re: old JDBC driver (8.1-JDBC3) can connect to postgresql 9.x ?