Re: [HACKERS] Missing mention of GSSAPI in MSVC's config_default.pl

2016-03-31 Thread Michael Paquier
On Wed, Mar 30, 2016 at 5:50 PM, Magnus Hagander wrote: > Applied, thanks. Thanks. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [HACKERS] Missing mention of GSSAPI in MSVC's config_default.pl

2016-03-30 Thread Magnus Hagander
On Wed, Mar 30, 2016 at 9:13 AM, Michael Paquier wrote: > Hi all, > > While looking at the krb5 encryption patch, I noticed that gss was > missing from config_default.pl: > --- a/src/tools/msvc/config_default.pl > +++ b/src/tools/msvc/config_default.pl > @@ -15,6 +15,7

[HACKERS] Missing mention of GSSAPI in MSVC's config_default.pl

2016-03-30 Thread Michael Paquier
Hi all, While looking at the krb5 encryption patch, I noticed that gss was missing from config_default.pl: --- a/src/tools/msvc/config_default.pl +++ b/src/tools/msvc/config_default.pl @@ -15,6 +15,7 @@ our $config = { # wal_segsize => 16, # --with-wal-segsize, 16MB by default ldap