vaiay...@gmail.com writes:
> We investigated one issue and found the following:
> postgres is acquiring a lock on table when not in trancation during prepared
> ROLLBACK statement. It is releasing the acquired lock at end.
> but postgres should not get lock on a table when not in transaction. After
vaiay...@gmail.com writes:
> 3. compile prepare.c (attached)
I see no such attachment ...
regards, tom lane
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
The following bug has been logged on the website:
Bug reference: 8095
Logged by: Nachiket Vaidya
Email address: vaiay...@gmail.com
PostgreSQL version: 9.2.4
Operating system: ubuntu
Description:
Issue:
--
We investigated one issue and found the following:
postgres