]> granicus.if.org Git - postgresql/commit
Applied patch by Itagaki Takahiro to fix incorrect status calculation in
authorMichael Meskes <meskes@postgresql.org>
Thu, 14 Oct 2010 15:55:07 +0000 (17:55 +0200)
committerMichael Meskes <meskes@postgresql.org>
Thu, 14 Oct 2010 15:55:07 +0000 (17:55 +0200)
commit816b008eaf1a1ff1069f3bafff363a9a8bf04a21
tree2785ed9cfac2e7f1ec34222fe688aff9ab776d4d
parent1a996d6c2972b343d8ec446d1c7c4c5fa8e19ef4
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.
src/interfaces/ecpg/ecpglib/connect.c
src/interfaces/ecpg/ecpglib/execute.c
src/interfaces/ecpg/ecpglib/extern.h
src/interfaces/ecpg/ecpglib/misc.c