Re: Change ereport level for QueuePartitionConstraintValidation

Sergei Kornilov <sk@zsrv.org>

From: Sergei Kornilov <sk@zsrv.org>
To: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@2ndquadrant.com>
Cc: 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-07-17T18:44:47Z
Lists: pgsql-hackers
Hi

> It's not awful. I tried inserting "set client_min_messages = debug1"
> into alter_table.sql

We already did this in March. And this change was reverted in 5655565c077c53b6e9b4b9bfcdf96439cf3af065 because this will not work on buildfarm animals with log_statement = 'all'

regards, Sergei



Commits

  1. Avoid using INFO elevel for what are fundamentally debug messages.

  2. Revert setting client_min_messages to 'debug1' in new tests.