Re: zheap: a new storage format for PostgreSQL - Mailing list pgsql-hackers

From Amit Kapila
Subject Re: zheap: a new storage format for PostgreSQL
Date
Msg-id CAA4eK1L9VaCrdzttDbAXWXYtr8gKiqh24q+kvbNMW+=MB4w-Dw@mail.gmail.com
Whole thread Raw
In response to Re: zheap: a new storage format for PostgreSQL  (Daniel Westermann <daniel.westermann@dbi-services.com>)
Responses Re: zheap: a new storage format for PostgreSQL
List 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 by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: logical decoding vs. VACUUM FULL / CLUSTER on table with TOAST-eddata
Next
From: John Naylor
Date:
Subject: Re: WIP: Avoid creation of the free space map for small tables