psqlodbc - psqlodbc: Fix the bug which causes a segfault in

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix the bug which causes a segfault in
Date: 2012-07-11 21:30:08
Message-ID: 20120711213009.05CD5E7A6E5@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the bug which causes a segfault in SQLSpecialColumns when table name is null string (bug report by Terrence Enger).

Modified Files:
--------------
psqlodbc:
info.c (r1.170 -> r1.171)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/info.c?r1=1.170&r2=1.171)
odbcapi.c (r1.43 -> r1.44)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/odbcapi.c?r1=1.43&r2=1.44)
version.h (r1.218 -> r1.219)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.218&r2=1.219)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2012-07-12 09:08:18 Re: Re: [COMMITTERS] pgsql: Fix mapping of PostgreSQL encodings to Python encodings.
Previous Message Tom Lane 2012-07-11 17:59:50 pgsql: Add array_remove() and array_replace() functions.