Re: Re(2): Re(2): Large Object dump ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re(2): Re(2): Large Object dump ?
Дата
Msg-id 25781.973185425@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re(2): Re(2): Large Object dump ?  ("pgsql-sql" <pgsql-sql@fc.emc.com.ph>)
Список pgsql-sql
"pgsql-sql" <pgsql-sql@fc.emc.com.ph> writes:
> Exported 1131 large objects.
> NOTICE:  LockReleaseAll: xid loop detected, giving up

Pre-7.0 LockReleaseAll() contained an entirely arbitrary assumption
that it should never encounter a situation where there were more than
1000 locks held by one transaction :-(.  So it chokes when you access
more than 1000 LOs in the same transaction.

Dunno about your other issue, but clearly your application is
failing to report whatever error message was returned when the
transaction was aborted...
        regards, tom lane


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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Outer Joins
Следующее
От: Bruno Boettcher
Дата:
Сообщение: PL/PGSQL beginning is hard....