pgsql: Don't drop NOTICE messages in isolation tests.

2019-09-10 Thread Tom Lane
Don't drop NOTICE messages in isolation tests. For its entire existence, isolationtester.c has forced client_min_messages to WARNING, but that seems like a very poor choice of test design. It should be up to individual test scripts to manage whether they emit notices and to ensure that the result

pgsql: Don't drop NOTICE messages in isolation tests.

2019-07-27 Thread Tom Lane
Don't drop NOTICE messages in isolation tests. For its entire existence, isolationtester.c has forced client_min_messages to WARNING, but that seems like a very poor choice of test design. It should be up to individual test scripts to manage whether they emit notices and to ensure that the result