pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul
Date: 2010-10-14 15:58:08
Message-ID: E1P6QC0-0003UA-Rj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Applied patch by Itagaki Takahiro to fix incorrect status calculation in
ecpglib. Instead of parsing the statement just as ask the database server. This
patch removes the whole client side track keeping of the current transaction
status.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=816b008eaf1a1ff1069f3bafff363a9a8bf04a21

Modified Files
--------------
src/interfaces/ecpg/ecpglib/connect.c | 7 ++-----
src/interfaces/ecpg/ecpglib/execute.c | 3 +--
src/interfaces/ecpg/ecpglib/extern.h | 1 -
src/interfaces/ecpg/ecpglib/misc.c | 7 +------
4 files changed, 4 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-10-14 18:09:31 pgsql: Fix bug in comment of timeline history file.
Previous Message User Andrewd 2010-10-14 15:04:05 pgbuildfarm - client-code: fix error message position