psqlodbc - psqlodbc: Resolve the trouble introduced by the change - Mailing list pgsql-committers

From hinoue@pgfoundry.org (User Hinoue)
Subject psqlodbc - psqlodbc: Resolve the trouble introduced by the change
Date
Msg-id 20110408223542.D1804107100B@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Resolve the trouble introduced by the change
 *Return 0 for the column size when the size of numeric items are unknown*
reported by Marco Gaiarin.

Modified Files:
--------------
    psqlodbc:
        pgtypes.c (r1.95 -> r1.96)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/pgtypes.c?r1=1.95&r2=1.96)
        version.h (r1.187 -> r1.188)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.187&r2=1.188)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix make_greater_string to not have an undocumented collation as
Next
From: Tom Lane
Date:
Subject: pgsql: Clean up minor collation issues in indxpath.c.