Re: Server tries to read a different config file than it is supposed to - Mailing list pgsql-general

From twoflower
Subject Re: Server tries to read a different config file than it is supposed to
Date
Msg-id 1432539703559-5850896.post@n5.nabble.com
Whole thread Raw
In response to Re: Re: Server tries to read a different config file than it is supposed to  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
I think that that unwritable postgresql.conf file had probably been hanging around in your data directory for some time. It was not causing any particular problem until we decided we ought to fsync everything in the data directory after a crash. So this is indeed the same case Christoph was complaining about. But really you should remove that file not just change its permissions; as is it's just causing confusion.
Thank you very much Tom for explaining the cause, now I will make sure I am not leaving any unused files in the data directory anymore.

View this message in context: Re: Server tries to read a different config file than it is supposed to
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

pgsql-general by date:

Previous
From: Marcos Ortiz
Date:
Subject: SOLVED: Trying to solve a SocketError [Errno 13] Permission with PL/Python in PostgreSQL 9.3
Next
From: Guillaume Lelarge
Date:
Subject: Re: Strange replication problem - segment restored from archive but still requested from master