Limit eartdistance regression testcase to the public schema

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Limit eartdistance regression testcase to the public schema
Date: 2025-09-26 18:07:15
Message-ID: CAN4CZFOW7vpZC6igoOnXi3WqzcqQ_9juhLvGEucVdYO22o972g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
0001-Earthdistance-test-should-only-list-objects-from-the.patch application/octet-stream 3.6 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Filip Janus 2025-09-26 18:13:21 Re: Proposal: Adding compression of temporary files
Previous Message Dmitry Dolgov 2025-09-26 18:04:21 Re: Changing shared_buffers without restart