Re: NOTICE: BeginTransactionBlock and not in default

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: NOTICE: BeginTransactionBlock and not in default
Дата
Msg-id 20000502112407.B3097@fam-meskes.de
обсуждение исходный текст
Список pgsql-interfaces
On Sat, Apr 22, 2000 at 07:15:14PM -0400, Tom Lane wrote:
> > I could open database connection in the parent process and
> > pass it on to all the children.
> 
> Wrong ... you'll have to make each child open its own connection.
> There's no provision in the backend for dealing with concurrent
> queries coming through the same socket.  I'm surprised it didn't
> crash even more spectacularly than you describe...

That's because the queries didn't make it to the backend at all. libecpg
does not know which connection to send the query to and thus gives this
error message.

Michael
-- 
Michael Meskes                         | Go SF 49ers!
Th.-Heuss-Str. 61, D-41812 Erkelenz    | Go Rhein Fire!
Tel.: (+49) 2431/72651                 | Use Debian GNU/Linux!
Email: Michael@Fam-Meskes.De           | Use PostgreSQL!


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Peter Mount
Дата:
Сообщение: RE: [HACKERS] Request for 7.0 JDBC status
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG and WHENEVER statements