From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
---|---|
To: | PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Missing mention of GSSAPI in MSVC's config_default.pl |
Date: | 2016-03-30 07:13:27 |
Message-ID: | CAB7nPqS-GrQUJONPdZbp6V46weM76fwfXX8ANTZsXLDVs1=Wsg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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.
Regards,
--
Michael
Attachment | Content-Type | Size |
---|---|---|
msvc-fix-gss.patch | text/x-diff | 571 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2016-03-30 07:16:16 | Re: Move PinBuffer and UnpinBuffer to atomics |
Previous Message | Peter Geoghegan | 2016-03-30 06:23:23 | Re: Using quicksort for every external sort run |