EnterpriseDB / mysql_fdw

PostgreSQL foreign data wrapper for MySQL
Other
530 stars 162 forks source link

Change INFO on established mysql connection to DEBUG1 #126

Closed df7cb closed 7 years ago

df7cb commented 7 years ago

The user should not be bothered with it in normal operation because it interferes with the output of queries executed. Moreover, INFO is not possible to suppress using client_min_messages for having reproducible regression test results (the message contains the mysql server version). To debug, users can "SET client_min_messages = debug;" to get the server connection information.

This unbreaks the regression tests for apt.postgresql.org/Debian.

jmealo commented 7 years ago

:+1: This should be merged.