Re: data volume resizing and large objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: data volume resizing and large objects
Дата
Msg-id 22447.1199479350@sss.pgh.pa.us
обсуждение исходный текст
Ответ на data volume resizing and large objects  ("beer@cmu.edu" <beer@cmu.edu>)
Ответы Re: data volume resizing and large objects  ("beer@cmu.edu" <beer@cmu.edu>)
Список pgsql-general
"beer@cmu.edu" <beer@cmu.edu> writes:
> lo_creat fails with:
>      ERROR: large object <oid> already exists

Well, does it?

What PG version is this?  I'm suspicious that it's pre-8.1 and the
problem is that your OID counter has wrapped around to a region that
is already pretty densely populated with large objects.  8.1 and up
are able to pick unused OIDs but earlier versions just fail on
collisions.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Concurrent modification of plpgsql function body
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [OT] Slony (initial) Replication - Slow