Warning on certain configuration file changes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Warning on certain configuration file changes
Date: 2006-01-07 00:47:20
Message-ID: 200601070147.21759.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have developed a patch that writes a warning in the server log when a user
changes a restart-only parameter in the configuration file and does a reload.
The problem is that you will see this warning once for each running server
process (unless you sent the HUP signal only to a specific process). Do
people feel that the warning should only be written once by the postmaster
process?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-01-07 04:12:11 Re: [HACKERS] Inconsistent syntax in GRANT
Previous Message Kenneth Marshall 2006-01-06 23:56:04 Re: Improving N-Distinct estimation by ANALYZE