Re: pgsql: Revert "Avoid the creation of the free space map for small heap - Mailing list pgsql-committers

From Amit Kapila
Subject Re: pgsql: Revert "Avoid the creation of the free space map for small heap
Date
Msg-id CAA4eK1+VO8ef3krzaycw7f382yc=3sT5UxLbCgMt3v3EXZVL=g@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Revert "Avoid the creation of the free space map for small heap  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Revert "Avoid the creation of the free space map for small heap
List pgsql-committers
On Tue, May 7, 2019 at 9:44 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Amit Kapila <akapila@postgresql.org> writes:
> > Revert "Avoid the creation of the free space map for small heap relations".
>
> Shouldn't there be a catversion bump in this?  I doubt that an existing
> v12 DB (with some missing FSM files) is going to work with the updated
> backend.
>

Won't the next vacuum run will create the FSM?  There is some
performance loss, but shouldn't be big.

>  Also, will pg_upgrade work across that boundary?
>

I haven't tried it.  What is your worry?


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



pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: pgsql: docs: fist draft version of the PG 12 release notes
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Revert "Avoid the creation of the free space map for small heap