psqlodbc - psqlodbc: Remember to set permanent flag to holdable cursors

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Remember to set permanent flag to holdable cursors
Date: 2010-10-23 10:20:42
Message-ID: 20101023102042.14C251071047@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remember to set permanent flag to holdable cursors on
commit with no precedent rollback (to savepoint)
operations. This fixes a crash bug in case of cursor
operations across transaction.

Modified Files:
--------------
psqlodbc:
connection.c (r1.189 -> r1.190)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c?r1=1.189&r2=1.190)
version.h (r1.171 -> r1.172)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.171&r2=1.172)

Browse pgsql-committers by date

  From Date Subject
Next Message User Hinoue 2010-10-23 14:00:54 psqlodbc - psqlodbc: Fix a bug about the handling of the
Previous Message User Hinoue 2010-10-23 03:33:19 psqlodbc - psqlodbc: Change to use 'if' instead of an inappropriate