Re: Change ereport level for QueuePartitionConstraintValidation
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>,
Thomas Munro <thomas.munro@gmail.com>,
Sergei Kornilov <sk@zsrv.org>,
PostgreSQL mailing lists <pgsql-hackers@postgresql.org>,
Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>
Date: 2019-07-16T01:26:07Z
Lists: pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes: > Would anyone complain if we made them all INFO? That would be remarkably horrid, because that makes them unsuppressable. I'm generally for having these be less in-your-face, not more so. 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