I just update a project to 5.7.1 that uses:
db.TableExists<MyClass>()
To trigger a seed script that creates materialized views. Before the update it would return true is the mat view existed. After the update it returns false. Testing on normal tables works fine, it seems to just be issue with materialized view.
I am using PostgreSQL 10.9.