pgsql: Rename msvc build option krb5 to gss - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Rename msvc build option krb5 to gss
Date
Msg-id E1W4v0n-0008Ue-8f@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename msvc build option krb5 to gss

In the MSVC build system we've never separated krb5 from gss,
and always built them both. Since the removal of native krb5
support, this parameter only controls GSSAPI, so rename it
accordingly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/74a72ec208671f3ff301b4f6ef703f4957deccea

Modified Files
--------------
src/tools/msvc/Solution.pm |   14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Adjust the SSL connection notification message
Next
From: Magnus Hagander
Date:
Subject: pgsql: Remove support for native krb5 authentication