pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul
Date
Msg-id E1P6QC0-0003UA-Rj@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul
Next
From: Simon Riggs
Date:
Subject: pgsql: Fix bug in comment of timeline history file.