pgsql: Remove sslverify parameter again, replacing it with two new

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove sslverify parameter again, replacing it with two new
Date: 2009-04-24 09:43:10
Message-ID: 20090424094310.BEE4B75331D@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove sslverify parameter again, replacing it with two new sslmode values:
"verify-ca" and "verify-full".

Since "prefer" remains the default, this will make certificate validation
off by default, which should lead to less upgrade issues.

Modified Files:
--------------
pgsql/doc/src/sgml:
libpq.sgml (r1.285 -> r1.286)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/libpq.sgml?r1=1.285&r2=1.286)
runtime.sgml (r1.425 -> r1.426)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/runtime.sgml?r1=1.425&r2=1.426)
pgsql/src/interfaces/libpq:
fe-connect.c (r1.372 -> r1.373)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.372&r2=1.373)
fe-secure.c (r1.123 -> r1.124)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c?r1=1.123&r2=1.124)
libpq-int.h (r1.140 -> r1.141)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/libpq-int.h?r1=1.140&r2=1.141)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sas 2009-04-24 12:00:56 slony1-ctl - slony-ctl: One more bug discovered by Bastian Voigt.
Previous Message Magnus Hagander 2009-04-24 08:44:15 Re: Re: [COMMITTERS] pgsql: Explicitly bind gettext to the correct encoding on Windows.