psqlodbc - psqlodbc: Don't clear the parsed plan in

From: hinoue(at)pgfoundry(dot)org (User Hinoue)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Don't clear the parsed plan in
Date: 2011-06-11 04:59:18
Message-ID: 20110611045918.4F091532DFA5@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Don't clear the parsed plan in SC_recycle_statement().

Modified Files:
--------------
psqlodbc:
statement.c (r1.155 -> r1.156)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/statement.c?r1=1.155&r2=1.156)
version.h (r1.192 -> r1.193)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/version.h?r1=1.192&r2=1.193)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-06-11 14:00:59 pgsql: Add C comment mentioning pg_stat_activity.procpid should have be
Previous Message Tom Lane 2011-06-10 21:04:46 pgsql: Work around gcc 4.6.0 bug that breaks WAL replay.