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

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul
Дата
Msg-id E1P6QC0-0003UA-Rj@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Applied patch by Itagaki Takahiro to fix incorrect status calcul
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Fix bug in comment of timeline history file.