Re: BUG #3272: ECPG YE000 error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3272: ECPG YE000 error
Дата
Msg-id 22396.1178988181@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3272: ECPG YE000 error  ("Taso Hatzi" <taso@aanet.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3269: PSQL does not display error output
Следующее
От: Bojan Jovanovic
Дата:
Сообщение: Re: BUG #3269: PSQL does not display error output