Re: WARNING: 25P01: there is no transaction in progress

Поиск
Список
Период
Сортировка
От Glyn Astill
Тема Re: WARNING: 25P01: there is no transaction in progress
Дата
Msg-id 180878.94468.qm@web23601.mail.ird.yahoo.com
обсуждение исходный текст
Ответ на Re: WARNING: 25P01: there is no transaction in progress  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Список pgsql-general
>
> If you're using connection pooling it's possible
> that the a connection
> is getting reused and a commit is happening there.
>
> It's not an uncommon practice to do a rollback when
> first getting a
> shared connection to make sure it's fresh and clean...


That's interesting to hear.

Although we do have a connection pool for our clients to connect through, we are not connected through it when we do
ourconversions. Also the same behaviour occours when connecting to my test setup which doesn't have any connections
goingthrough a connection pool. 




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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: WARNING: 25P01: there is no transaction in progress
Следующее
От: Glyn Astill
Дата:
Сообщение: Re: WARNING: 25P01: there is no transaction in progress