Re: pgsql: Fix thinko in commit 7d129ba54.

2025-10-21 Thread Daniel Gustafsson
> On 20 Oct 2025, at 14:46, Tom Lane wrote: > > Fix thinko in commit 7d129ba54. Ugh, I missed this buildfarm breakage =( I apologise for the oversight and thanks for fixing! -- Daniel Gustafsson

pgsql: Fix thinko in commit 7d129ba54.

2025-10-20 Thread Tom Lane
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

pgsql: Fix thinko in commit 7d129ba54.

2025-10-20 Thread Tom Lane
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

pgsql: Fix thinko in commit 7d129ba54.

2025-10-20 Thread Tom Lane
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

pgsql: Fix thinko in commit 7d129ba54.

2025-10-20 Thread Tom Lane
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