Zsolt Parragi <zsolt.parragi@percona.com> writes:
> I attached a simple patch to the test case that modifies it to only
> list objects from the public schema. Part of the test case is already
> limited to the public schema, this patch just aligns the rest to do
> the same.
> What do you think?
I think this is breaking the test, because part of the point is
to check that there's not anything installed outside the public
schema (until we tell it to, further down).
Admittedly, this only checks schemas that are in the search_path,
but why do you have other stuff in the search_path? That seems
to cause all kinds of risks of accidentally interfering with
assorted test cases.
regards, tom lane