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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Missing mention of GSSAPI in MSVC's config_default.pl
Date: 2016-03-30 08:50:04
Message-ID: CABUevEwiqBkpy5WwBV6doCfQx3iwY9+mF_PHGSPNLH74m9Xy4A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 30, 2016 at 9:13 AM, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
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 @@ our $config = {
> # wal_segsize => 16, # --with-wal-segsize, 16MB by default
> ldap => 1, # --with-ldap
> extraver => undef, # --with-extra-version=<string>
> + gss => undef, # --with-gssapi=<path>
> nls => undef, # --enable-nls=<path>
> tap_tests => undef, # --enable-tap-tests
> tcl => undef, # --with-tls=<path>
> Attached is a patch.
>

Aplied, thanks.

--
Magnus Hagander
Me: http://www.hagander.net/
Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2016-03-30 08:53:25 Re: SQL access to access method details
Previous Message Kyotaro HORIGUCHI 2016-03-30 08:34:08 Re: IF (NOT) EXISTS in psql-completion