pgsql: Fix thinko in commit 7d129ba54. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Fix thinko in commit 7d129ba54.
Date
Msg-id E1vApH5-002bwk-28@gemulon.postgresql.org
Whole thread Raw
List 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_16_STABLE

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

Modified Files
--------------
src/test/ssl/t/001_ssltests.pl | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: pg_dump: Remove unnecessary code for security labels on extensio
Next
From: Tom Lane
Date:
Subject: pgsql: Add .abi-compliance-history to v18 branch.