| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Fix thinko in commit 7d129ba54. |
| Date: | 2025-10-20 12:46:07 |
| Message-ID: | E1vApH5-002bwi-24@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Fix thinko in commit 7d129ba54.
The revised logic in 001_ssltests.pl would fail if openssl
doesn't work or if Perl is a 32-bit build, because it had
already overwritten $serialno with something inappropriate
to use in the eventual match. We could go back to the
previous code layout, but it seems best to introduce a
separate variable for the output of openssl.
Per failure on buildfarm member mamba, which has a 32-bit Perl.
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/2fa8f94db1c36ad3774f7e16fe8381ceeb9c4081
Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-10-20 14:36:47 | pgsql: Add .abi-compliance-history to v18 branch. |
| Previous Message | Fujii Masao | 2025-10-20 02:46:41 | pgsql: pg_dump: Remove unnecessary code for security labels on extensio |