pg_regress: schedule multi-line test groups

From: Alexandre Felipe <o(dot)alexandre(dot)felipe(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: pg_regress: schedule multi-line test groups
Date: 2026-09-17 07:57:51
Message-ID: CAE8JnxObF4iYtNA-3w+JDNT2YsbS5YMyGiPMnYU0Gd0CtUOMGQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

This was motivated by two rebases on the SLOPE patch [1] this week due to
changes in parallel_schedule. Also I find much easier to parse the list
using
this syntax, if we stick with one test per line we get the benefit of
counting
tests by looking at the line numbers.

I used a `goto` to keep the number of touched lines small, and facilitate
your review.

1. https://commitfest.postgresql.org/patch/6479/

Attachment Content-Type Size
v1-0001-pg_regress-multi-line-test-groups.patch application/octet-stream 11.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-09-17 08:03:38 Re: pg_regress: schedule multi-line test groups
Previous Message Henson Choi 2026-09-17 07:47:40 Re: Row pattern recognition