pgsql: Rename msvc build option krb5 to gss

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename msvc build option krb5 to gss
Date: 2014-01-19 16:14:13
Message-ID: E1W4v0n-0008Ue-8f@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2014-01-20 17:23:13 pgsql: Speed up COPY into tables with DEFAULT nextval()
Previous Message Magnus Hagander 2014-01-19 12:27:52 pgsql: Adjust the SSL connection notification message