psqlodbc - psqlodbc: Correct the handling of dynamic cursors so that - Mailing list pgsql-committers

From hinoue@pgfoundry.org (User Hinoue)
Subject psqlodbc - psqlodbc: Correct the handling of dynamic cursors so that
Date
Msg-id 20100909150057.03E8010715E0@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Correct the handling of dynamic cursors so that they are substituted by keyset-driven ones. This fixs the bug report by
WernerKuhnle. 

Modified Files:
--------------
    psqlodbc:
        convert.c (r1.190 -> r1.191)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/convert.c?r1=1.190&r2=1.191)
        options.c (r1.77 -> r1.78)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/options.c?r1=1.77&r2=1.78)
        statement.c (r1.149 -> r1.150)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.c?r1=1.149&r2=1.150)
        version.h (r1.163 -> r1.164)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.163&r2=1.164)

pgsql-committers by date:

Previous
From: itagaki@pgfoundry.org (User Itagaki)
Date:
Subject: textsearch-ja - textsearch_groonga: Support amgetbitmap and text[] %%
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Remove obsolete claim that gzip is needed while installing PG's