Re: Proposal: remove string "contains errors; unaffected changes were applied" - Mailing list pgsql-hackers

From Антон Пацев
Subject Re: Proposal: remove string "contains errors; unaffected changes were applied"
Date
Msg-id CAOx4deoOSkY6B-ta1zyW8jWAf1Xni0b+WNjZfsUqO3rgeePy6w@mail.gmail.com
Whole thread Raw
In response to Re: Proposal: remove string "contains errors; unaffected changeswere applied"  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
No. I think the message be sent to the log.
i created diagram.
May be check postgresql.conf of valid or invalid?
contains errors unaffected changes were applied.png

вс, 31 мая 2020 г. в 23:31, Justin Pryzby <pryzby@telsasoft.com>:
On Sun, May 31, 2020 at 01:43:45PM +0600, Антон Пацев wrote:
> Hello!
> When parameter cannot be changed without restarting the server postgresql
> write:
> "LOG: configuration file "/var/lib/postgresql/data/postgresql.auto.conf"
> contains errors; unaffected changes were applied"
> May be not write this string to LOG?
>
> This string confuses people. If all log send to ELK, then
> administrator think that postgresql have error. But postgresql do not have
> error.

I think you're suggesting that the message should be sent to the client, but
not to the log.

But I think it *should* go to the log; otherwise, a bad change might cause the
server to later refuse to start.  Any admins or monitoring system watching the
log should have the ability to see that a change isn't effective.  That's also
why (in my mind) we have pg_settings.pending_restart.

--
Justin


--
С уважением, Антон Пацев.
Best regards, Anton Patsev.
Attachment

pgsql-hackers by date:

Previous
From: Andy Fan
Date:
Subject: Re: Hybrid Hash/Nested Loop joins and caching results from subplans
Next
From: Amit Kapila
Date:
Subject: Re: Resetting spilled txn statistics in pg_stat_replication