pgpool: Test: adapt 023.ssl_connection to PostgreSQL 18.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: adapt 023.ssl_connection to PostgreSQL 18.
Date: 2025-09-30 09:11:28
Message-ID: E1v3WON-0093Vr-2O@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: adapt 023.ssl_connection to PostgreSQL 18.

PostgreSQL 18 heavily changed psql's \conninfo output format, which
made the test fail because the test relies on \conninfo. This commit
makes the test script aware the PostgreSQL version to fix the issue.

Backpatch-through: v4.2

Branch
------
V4_3_STABLE

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

Modified Files
--------------
src/test/regression/tests/023.ssl_connection/test.sh | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-09-30 09:11:33 pgpool: Test: adapt 023.ssl_connection to PostgreSQL 18.
Previous Message Tatsuo Ishii 2025-09-30 09:11:22 pgpool: Test: adapt 023.ssl_connection to PostgreSQL 18.