pgpool: Test: fix regress.sh to set numeric PostgreSQL version number.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: fix regress.sh to set numeric PostgreSQL version number.
Date: 2026-08-07 10:01:08
Message-ID: E1wsHO0-0000000GgfW-2MWN@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: fix regress.sh to set numeric PostgreSQL version number.

Non stable PostgreSQL version number e.g. "20devel" cannot be parsed
by some test scripts because they expect PostgreSQL number has numeric
only. To fix this, remove non numeric letters from the version number
string. (for example, "20devel" -> "20").

Auther: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Backpatch-through: v4.3

Branch
------
V4_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e40a281ad0b0476afa6f24aac3ef1665833b51dc

Modified Files
--------------
src/test/regression/regress.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2026-08-07 10:01:14 pgpool: Test: fix regress.sh to set numeric PostgreSQL version number.
Previous Message Tatsuo Ishii 2026-08-02 06:34:49 pgpool: Fix do_query to send sync rather than flush.