Re: Replacing an index item

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Replacing an index item
Дата
Msg-id 20428.1268320820@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Replacing an index item  (Carsten Kropf <ckropf2@fh-hof.de>)
Список pgsql-general
Carsten Kropf <ckropf2@fh-hof.de> writes:
> I have a question about the replacement of an item in an index page. I
> want to overwrite an existing item inside an index page.

Why exactly do you want to do that?  How are you going to make it
transactionally correct or crash-safe?

FWIW, I think the ItemIdSetUnused call is wrong or at least unnecessary.
Perhaps it is confusing PageIndexTupleDelete.

            regards, tom lane

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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: instaling ossp-uuid
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Naming conventions for lots of stored procedures