Re: Reusing Dead Tuples:

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reusing Dead Tuples:
Дата
Msg-id 8875.1039581335@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Reusing Dead Tuples:  (Janardhan <jana-reddy@mediaring.com.sg>)
Ответы Re: Reusing Dead Tuples:
Re: Reusing Dead Tuples:
Список pgsql-hackers
Janardhan <jana-reddy@mediaring.com.sg> writes:
> Does it breaks anythings  by overwriting the dead tuples ?.

Yes.  You cannot do that unless you've first removed index entries
pointing at the dead tuples --- and jumped through the same locking
hoops that lazy vacuum does while removing index entries.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Problems with ALTER DOMAIN patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] GEQO Triggers Server Crash