> On 12 Nov 2025, at 18:47, Álvaro Herrera wrote:
>
> On 2025-Nov-12, Daniel Gustafsson wrote:
>
>> As far as I know the only way to programmatically learn that from the Perl
>> testcode would be to check for the presence of the CONFIG_EXEC_PARAMS file in
>> $self->data_dir, which should be easy
On 2025-Nov-12, Daniel Gustafsson wrote:
> As far as I know the only way to programmatically learn that from the Perl
> testcode would be to check for the presence of the CONFIG_EXEC_PARAMS file in
> $self->data_dir, which should be easy enough to do. Do you know of a better
> way?
We have check
> On 12 Nov 2025, at 15:15, Peter Eisentraut wrote:
>
> On 07.11.25 21:26, Daniel Gustafsson wrote:
>> When I was writing tests for the SSL SNI patch [0] I realized that the
>> current
>> tests for ssl passphrase commands aren't fully exercising the feature, so I
>> extended them to better under
On 07.11.25 21:26, Daniel Gustafsson wrote:
When I was writing tests for the SSL SNI patch [0] I realized that the current
tests for ssl passphrase commands aren't fully exercising the feature, so I
extended them to better understand how it works. Attached is an extended set
of tests for passphr