Re: zheap: a new storage format for PostgreSQL

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: zheap: a new storage format for PostgreSQL
Дата
Msg-id CAA4eK1L9VaCrdzttDbAXWXYtr8gKiqh24q+kvbNMW+=MB4w-Dw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: zheap: a new storage format for PostgreSQL  (Daniel Westermann <daniel.westermann@dbi-services.com>)
Ответы Re: zheap: a new storage format for PostgreSQL  (Daniel Westermann <daniel.westermann@dbi-services.com>)
Список pgsql-hackers
On Mon, Nov 19, 2018 at 3:59 PM Daniel Westermann
<daniel.westermann@dbi-services.com> wrote:
>
> > Thanks, it makes difference and keep us motivated for making progress.
> +1
>
> Is it intended behavior that a database can not be dropped when undo apply is running in the background?
>

Yes, we need to connect to the database for performing rollback
actions.  Once the rollback for that database is over, undo apply
worker will exit and you should be able to drop the database.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: logical decoding vs. VACUUM FULL / CLUSTER on table with TOAST-eddata
Следующее
От: John Naylor
Дата:
Сообщение: Re: WIP: Avoid creation of the free space map for small tables