Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)

From: Andres Freund <andres(at)anarazel(dot)de>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: Re: test_compression, test module for low-level compression APIs (for 2b5ba2a0a141)
Date: 2026-04-13 18:50:31
Message-ID: z67cqfe4kzpggw5i4kshs66dqbc4vear4xieon4yfvsgo2qket@6kawr35rfoaz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2026-04-14 02:13:52 +0900, Michael Paquier wrote:
> +++ b/src/test/regress/parallel_schedule
> @@ -128,7 +128,7 @@ test: partition_merge partition_split partition_join partition_prune reloptions
> # event_trigger depends on create_am and cannot run concurrently with
> # any test that runs DDL
> # oidjoins is read-only, though, and should run late for best coverage
> -test: oidjoins event_trigger
> +test: oidjoins event_trigger compression_pglz

The new test creates a function, so I don't think this will be safe?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2026-04-13 18:58:20 Re: PSA: Planning to grease protocol connections during 19beta
Previous Message Jeff Davis 2026-04-13 18:40:03 Re: Speed up ICU case conversion by using ucasemap_utf8To*()