On Tue, Nov 23, 2010 at 4:42 AM, Mark Gabriel Paylaga
<mpayl...@gmail.com> wrote:
> When two requests are received at the same time, both of the requests  will
> use the same db connection resulting in an error:
> Started transaction<READ COMMITTED> while transaction<READ COMMITTED> still
> active
>
>

You have multiple threads sharing the same connection?  You can't do that.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to