Limit eartdistance regression testcase to the public schema - Mailing list pgsql-hackers

From Zsolt Parragi
Subject Limit eartdistance regression testcase to the public schema
Date
Msg-id CAN4CZFOW7vpZC6igoOnXi3WqzcqQ_9juhLvGEucVdYO22o972g@mail.gmail.com
Whole thread Raw
Responses Re: Limit eartdistance regression testcase to the public schema
List pgsql-hackers
Hello hackers,

We try to run the entire postgres regression test suite with our
extensions loaded into custom schemas, to verify that we don't break
anything. This works quite well, except for one issue: the
earthdistance regression test case displays everything from every
schema, and because of this, we have to record an alternative output
for it. And we have to rerecord this every time we change something in
an extension.

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?

Attachment

pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: Changing shared_buffers without restart
Next
From: Filip Janus
Date:
Subject: Re: Proposal: Adding compression of temporary files