Re: Change ereport level for QueuePartitionConstraintValidation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Sergei Kornilov <sk@zsrv.org>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
David Rowley <david.rowley@2ndquadrant.com>,
Thomas Munro <thomas.munro@gmail.com>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
Amit Langote <langote_amit_f8@lab.ntt.co.jp>,
Robert Haas <robertmhaas@gmail.com>
Date: 2019-09-07T23:10:37Z
Lists: pgsql-hackers
I wrote: > Or, of course, we could forget the whole thing and switch the output > level for these messages to NOTICE instead. I'm not for that, but > now that we see what it'll cost us to have them better hidden, we can > at least have an informed debate. > Thoughts? Hearing no comments, I've pushed that patch, and marked the v12 open item closed. regards, tom lane
Commits
-
Avoid using INFO elevel for what are fundamentally debug messages.
- db438318997b 13.0 landed
- 121e3ceed6d9 12.0 landed
-
Revert setting client_min_messages to 'debug1' in new tests.
- 5655565c077c 12.0 cited