Re: WIP: Avoid creation of the free space map for small tables

From: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: WIP: Avoid creation of the free space map for small tables
Date: 2019-02-21 03:55:31
Message-ID: CAA4eK1LN-TSrWbxH1-ffS7KOwdQ77MTk1Pu4cw7zX2yqseGnDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 20, 2019 at 8:08 PM Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> wrote:
>
> Please remember to keep serial_schedule in sync.
>

I don't understand what you mean by this? It is already present in
serial_schedule. In parallel_schedule, we are just moving this test
to one of the parallel groups. Do we need to take care of something
else?

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2019-02-21 04:35:13 Re: WIP: Avoid creation of the free space map for small tables
Previous Message Etsuro Fujita 2019-02-21 03:50:44 Re: Another way to fix inherited UPDATE/DELETE