Re: [PATCH v20] GSSAPI encryption support - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH v20] GSSAPI encryption support
Date
Msg-id 450e8ba3-e18f-6f00-0e67-9a37fbf5f82f@2ndquadrant.com
Whole thread Raw
In response to Re: [PATCH v20] GSSAPI encryption support  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On 2019-04-16 06:36, Michael Paquier wrote:
> +$node->append_conf('pg_hba.conf',
> +   qq{hostgssenc all all $hostaddr/32 gss map=mymap});
> +$node->restart;
> A reload should be enough but not race-condition free, which is why a
> set of restarts is done in this test right?  (I have noticed that it
> is done this way since the beginning.)

We got rid of all the reloads in these kinds of tests because they have
the effect that if the configuration has an error, the reload just
ignores it.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Amit Khandekar
Date:
Subject: Re: Minimal logical decoding on standbys
Next
From: Michael Paquier
Date:
Subject: Race conditions with checkpointer and shutdown