Re: Limit eartdistance regression testcase to the public schema

2025-09-28 Thread Zsolt Parragi
> 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. That was a workaround that seemed to work with everything, except the earthdistance testcase. * If I create the extension in the public schema, that

Re: Limit eartdistance regression testcase to the public schema

2025-09-26 Thread Tom Lane
Zsolt Parragi 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