ci: freebsd: Specify debug_parallel_query=regress

Andres Freund <andres@anarazel.de>

Commit: 0a2f5df88168e3d8c50e3a26bf1ca45c61f9d6f2
Author: Andres Freund <andres@anarazel.de>
Date: 2025-03-05T18:19:28Z
Releases: 18.0
ci: freebsd: Specify debug_parallel_query=regress

A lot of buildfarm animals run with debug_parallel_query=regress, while CI
didn't test that. That lead to the annoying situation of only noticing related
test instabilities after merging changes upstream.

FreeBSD was chosen because it's a relatively fast task. It also tests
debug_write_read_parse_plan_trees etc, which probably is exercised a bit more
heavily with debug_parallel_query=regress.

Discussion: https://postgr.es/m/zbuk4mlov22yfoktf5ub3lwjw2b7ezwphwolbplthepda42int@h6wpvq7orc44

Files

PathChange+/−
.cirrus.tasks.yml modified +8 −1

Discussion