BUG #15170: PQtransactionStatus returns ACTIVE after Empty Commit - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #15170: PQtransactionStatus returns ACTIVE after Empty Commit
Date
Msg-id 152458855796.19803.13664386145754757782@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #15170: PQtransactionStatus returns ACTIVE after Empty Commit  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15170
Logged by:          Rick Gabriel
Email address:      klaxian@gmail.com
PostgreSQL version: 10.3
Operating system:   Ubuntu Linux 16.04
Description:

PQtransactionStatus() incorrectly returns PQTRANS_ACTIVE after committing an
empty transaction block (ie. BEGIN and COMMIT without any other queries).
From the documentation, I would expect PQTRANS_IDLE to be returned in this
case since the connection becomes idle, outside a transaction. If no other
queries are executed on the connection, it never returns to PQTRANS_IDLE
even after waiting for several seconds. I am testing with the PHP 7.1
PostgreSQL module, but I think this is a universal problem with PostgreSQL's
API.


pgsql-bugs by date:

Previous
From: Alexey Bashtanov
Date:
Subject: set/reset issues in create function and set_config
Next
From: PG Bug reporting form
Date:
Subject: BUG #15171: JDBC TIMESTAMP WITH TIME ZONE PSQLException When UsingSubstitution Parameter