pgsql: Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda ha

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda ha
Date: 2011-11-13 12:58:18
Message-ID: E1RPZda-0005dg-8b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda handling.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f72baf7e61127eba512e5d0523a4c36ffa704913

Modified Files
--------------
src/interfaces/ecpg/ecpglib/sqlda.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2011-11-13 12:59:34 pgsql: Applied patch by Zoltan to fix copy&paste bug in ecpg's sqlda ha
Previous Message Simon Riggs 2011-11-13 09:04:57 pgsql: Wakeup WALWriter as needed for asynchronous commit performance.