psqlodbc - psqlodbc: Change sslverify stuff so that it can be built with

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Change sslverify stuff so that it can be built with
Date: 2009-03-23 17:00:41
Message-ID: 20090323170041.63B3717ADE34@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Change sslverify stuff so that it can be built with older version of libpq.

Modified Files:
--------------
psqlodbc:
loadlib.c (r1.15 -> r1.16)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/loadlib.c.diff?r1=1.15&r2=1.16)
version.h (r1.131 -> r1.132)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h.diff?r1=1.131&r2=1.132)
win_unicode.c (r1.21 -> r1.22)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win_unicode.c.diff?r1=1.21&r2=1.22)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2009-03-23 21:00:39 pgsql: Remove munging of xml and xpath params to xpath().
Previous Message Tom Lane 2009-03-23 16:36:27 pgsql: Const-ify the parse table passed to fillRelOptions.