Re: 7.2.3 vacuum bug

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: 7.2.3 vacuum bug
Дата
Msg-id 87hef3ek6w.fsf@mailbox.samurai.com
обсуждение исходный текст
Ответ на 7.2.3 vacuum bug  (Rod Taylor <rbt@rbt.ca>)
Ответы Re: 7.2.3 vacuum bug
Re: 7.2.3 vacuum bug
Список pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
> ERROR:  RelationClearRelation: relation 11584078 deleted while still in
> use 

I was going to report a similar error that arises in a different
situation:

client 1:

CREATE TABLE a (b int);
BEGIN;
DROP TABLE a;
-- wait

client 2:

SELECT * FROM a;

client 1:

COMMIT;

Now, client 2 will receive "RelationClearRelation: relation 25172
deleted while still in use", rather than "Relation "a" does not
exist", as you might expect. Not sure if it's the same bug, or just a
different problem...

Cheers,

Neil

-- 
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC



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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: [GENERAL] What user to defaults execute as?
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: 7.2.3 vacuum bug