Re: Change ereport level for QueuePartitionConstraintValidation

Sergei Kornilov <sk@zsrv.org>

From: Sergei Kornilov <sk@zsrv.org>
To: Alvaro Herrera <alvherre@2ndquadrant.com>, David Rowley <david.rowley@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, 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-08-21T20:01:25Z
Lists: pgsql-hackers
Hello

I noticed appveyor build on windows is not happy:

> perl buildsetup.pl
> Could not determine contrib module type for alter_table
>  at buildsetup.pl line 38.

But I have no idea why. I can't check on windows. Possible I miss some change while adding new module to tree. Will check. Please let me know if root of such error is known.

https://ci.appveyor.com/project/postgresql-cfbot/postgresql/builds/26831382
https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.53294

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.