pgsql: ssl: Skip passphrase reload tests in EXEC_BACKEND builds

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ssl: Skip passphrase reload tests in EXEC_BACKEND builds
Date: 2026-03-18 22:01:22
Message-ID: E1w2yx8-000Op6-0L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ssl: Skip passphrase reload tests in EXEC_BACKEND builds

SSL password command reloading must be enabled on Windows and in
EXEC_BACKEND builds due to them always reloading the context. The
new tests in commit 4f433025 skipped under Windows but missed the
EXEC_BACKEND check. Reported by buildfarm member culicidae.

Author: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/CAOYmi+kXmCCgBWffzmSjaNhME5rD=gjyc_OP1FeWQTw2MmSNjg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e87ab5049deb6ea2fe26d4d8395d3f3b7d496bfc

Modified Files
--------------
src/test/ssl/t/004_sni.pl | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2026-03-18 22:57:56 pgsql: pg_plan_advice: Fix multiple copy-and-paste-errors in test case.
Previous Message Tom Lane 2026-03-18 19:28:01 pgsql: Fix -Wstrict-prototypes warning in ecpg_init_sqlca() declaration