postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all().
authorFujii Masao <fujii@postgresql.org>
Tue, 26 Jan 2021 07:36:21 +0000 (16:36 +0900)
committerFujii Masao <fujii@postgresql.org>
Tue, 26 Jan 2021 07:36:21 +0000 (16:36 +0900)
commit6adc5376dca4ef8b7d591c0ee7338cb9ff660216
tree93213e7d37fa2c0f004357d2f72a48e43e84e304
parent411ae64997dc3a42d19eda6721c581841ce2cb82
postgres_fdw: Stabilize regression test for postgres_fdw_disconnect_all().

The regression test added in commit 411ae64997 caused buildfarm failures.
The cause of them was that the order of warning messages output in the test
was not stable. To fix this, this commit sets client_min_messages to ERROR
temporarily when performing the test generating those warnings.

Per buildfarm failures.

Discussion: https://postgr.es/m/2147113.1611644754@sss.pgh.pa.us
contrib/postgres_fdw/expected/postgres_fdw.out
contrib/postgres_fdw/sql/postgres_fdw.sql