postgresql.conf error

Started by Jayadevan Mover 12 years ago4 messagesgeneral
Jump to latest
#1Jayadevan M
maymala.jayadevan@gmail.com

Hi,

Which is the quickest way to troubleshot the message "

LOG: configuration file "..../postgresql.conf" contains errors;
unaffected changes were applied"" ?

I made a couple of changes a few days ago, and did not reload Today I made
some more changes and did a pg_ctl reload.

Is there an option to test the configuration file for errors, after making
changes?

Regards,
Jayadevan

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Jayadevan M (#1)
Re: postgresql.conf error

Jayadevan M <maymala.jayadevan@gmail.com> writes:

Which is the quickest way to troubleshot the message "
LOG: configuration file "..../postgresql.conf" contains errors;
unaffected changes were applied"" ?

There should be log message(s) before that one complaining about the
specific problems.

regards, tom lane

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#3Jayadevan M
maymala.jayadevan@gmail.com
In reply to: Tom Lane (#2)
Re: postgresql.conf error

Thanks. This is what I have. May be it is not really an error?

2013-10-18 12:23:54.996 IST,,,8855,,523c23ea.2297,20,,2013-09-20 16:01:06
IST,,0,LOG,00000,"received SIGHUP, reloading configuration files",,,,,,,,,""
2013-10-18 12:23:54.996 IST,,,8855,,523c23ea.2297,21,,2013-09-20 16:01:06
IST,,0,LOG,55P02,"parameter ""superuser_reserved_connections"" cannot be
changed without restarting the server",,,,,,,,,""
2013-10-18 12:23:54.997 IST,,,8855,,523c23ea.2297,22,,2013-09-20 16:01:06
IST,,0,LOG,F0000,"configuration file
""/pgdata/prod/data_93/postgresql.conf"" contains errors; unaffected
changes were applied",,,,,,,,,""

On Fri, Oct 18, 2013 at 1:12 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:

Show quoted text

Jayadevan M <maymala.jayadevan@gmail.com> writes:

Which is the quickest way to troubleshot the message "
LOG: configuration file "..../postgresql.conf" contains errors;
unaffected changes were applied"" ?

There should be log message(s) before that one complaining about the
specific problems.

regards, tom lane

#4raghu ram
raghuchennuru@gmail.com
In reply to: Jayadevan M (#3)
Re: postgresql.conf error

On Fri, Oct 18, 2013 at 2:01 PM, Jayadevan M <maymala.jayadevan@gmail.com>wrote:

Thanks. This is what I have. May be it is not really an error?

2013-10-18 12:23:54.996 IST,,,8855,,523c23ea.2297,20,,2013-09-20 16:01:06
IST,,0,LOG,00000,"received SIGHUP, reloading configuration files",,,,,,,,,""
2013-10-18 12:23:54.996 IST,,,8855,,523c23ea.2297,21,,2013-09-20 16:01:06
IST,,0,LOG,55P02,"parameter ""superuser_reserved_connections"" cannot be
changed without restarting the server",,,,,,,,,""
2013-10-18 12:23:54.997 IST,,,8855,,523c23ea.2297,22,,2013-09-20 16:01:06
IST,,0,LOG,F0000,"configuration file
""/pgdata/prod/data_93/postgresql.conf"" contains errors; unaffected
changes were applied",,,,,,,,,""

To effect new changes related to "superuser_reserved_connections"
parameters in Postgresql.conf file requires RESTART of the PostgreSQL
Service.

Thanks & Regards
Raghu Ram