Re: SET WITHOUT OIDS and VACUUM badness?

Поиск
Список
Период
Сортировка
От Dennis Bjorklund
Тема Re: SET WITHOUT OIDS and VACUUM badness?
Дата
Msg-id Pine.LNX.4.44.0401211057290.17713-100000@zigo.dhs.org
обсуждение исходный текст
Ответ на SET WITHOUT OIDS and VACUUM badness?  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-hackers
On Wed, 21 Jan 2004, Christopher Kings-Lynne wrote:

> This seems to be reproducible...

Here is a smaller example that show the problem:

CREATE TABLE foo (a INT);

BEGIN; ALTER TABLE foo SET WITHOUT OIDS; INSERT INTO foo values (5);
ROLLBACK;

VACUUM FULL foo;

It's easy to guess what is causing this, but I'll leave that to the person 
that wants to fix it.

-- 
/Dennis Björklund



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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: SET WITHOUT OIDS and VACUUM badness?
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: SET WITHOUT OIDS and VACUUM badness?