AW: bug with dropping tables and transactions.

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: bug with dropping tables and transactions.
Дата
Msg-id 11C1E6749A55D411A9670001FA687963368070@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Ответы Re: bug with dropping tables and transactions.
Список pgsql-hackers
> There seems to a race condition somewhere where that if you're
> running let's say pg_dumpall and happen to drop a table mid-dump
> pg_dumpall will die because it looses the table.
> 
> Would it make sense to use a transaction system so that when a table
> is renamed/dropped it doesn't actually go away until all transactions
> that started before the drop take place?
> 
> one could do probably implement this using refcounts and translating
> dropped tables into temporary mangled names.

Imho if I dropped a table I would not like another session to still access
it,
so we should imho rather fix pg_dump.

Andreas


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Dibs for upcoming commit
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: new relkind for view