Re: Refactor SSL test framework to support multiple TLS libraries - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Refactor SSL test framework to support multiple TLS libraries
Date
Msg-id 20210330221455.GA321@alvherre.pgsql
Whole thread Raw
In response to Re: Refactor SSL test framework to support multiple TLS libraries  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Refactor SSL test framework to support multiple TLS libraries  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2021-Mar-30, Daniel Gustafsson wrote:

> +$node->connect_ok($common_connstr . " " . "user=ssltestuser",
> 
> This double concatenation could be a single concat, or just use scalar value
> interpolation in the string to make it even more readable.  As it isn't using
> the same line broken pattern of the others the concat looks a bit weird as a
> result.

+1 for using a single scalar.

-- 
Álvaro Herrera       Valdivia, Chile



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: making update/delete of inheritance trees scale better
Next
From: Mark Dilger
Date:
Subject: Re: multi-install PostgresNode fails with older postgres versions