Re: BUG #3272: ECPG YE000 error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3272: ECPG YE000 error
Date
Msg-id 22396.1178988181@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3272: ECPG YE000 error  ("Taso Hatzi" <taso@aanet.com.au>)
List pgsql-bugs
"Taso Hatzi" <taso@aanet.com.au> writes:
> It looks to me like a thread isolation problem.

If you have multiple threads accessing the same connection, it's
up to *you* to provide interlocking to make sure they don't try
to issue concurrent queries; libpq has no internal mutex for that.
I believe similar statements hold for ECPG's state.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #3269: PSQL does not display error output
Next
From: Bojan Jovanovic
Date:
Subject: Re: BUG #3269: PSQL does not display error output