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