Test: adapt 023.ssl_connection to PostgreSQL 18.
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 30 Sep 2025 09:04:06 +0000 (18:04 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 30 Sep 2025 09:04:06 +0000 (18:04 +0900)
commitc173a2f47c325dfabea60ea7d5b17f9758668ce6
treee947d5c19868838fcb9ae92eadb929ed3f93d628
parent8783564cca54317f8c8bcd2e4f8b535af9c388be
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
src/test/regression/tests/023.ssl_connection/test.sh