mirror of
https://github.com/postgres/postgres.git
synced 2025-08-27 07:42:10 +03:00
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.
This commit is contained in:
@@ -76,7 +76,6 @@ struct connection
|
||||
{
|
||||
char *name;
|
||||
PGconn *connection;
|
||||
bool committed;
|
||||
int autocommit;
|
||||
struct ECPGtype_information_cache *cache_head;
|
||||
struct prepared_statement *prep_stmts;
|
||||
|
Reference in New Issue
Block a user