Re: Vacuuming the free space map considered harmful?

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Melanie Plageman <melanieplageman(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Vacuuming the free space map considered harmful?
Date: 2025-03-19 16:54:51
Message-ID: 8EB7A056-D048-4C7A-B7AD-080334A2A2C0@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On Mar 19, 2025, at 15:12, Andres Freund <andres(at)anarazel(dot)de> wrote:
> That can be checked with pg_relation_size(), e.g.
> SELECT pg_relation_size('pg_class', 'fsm');
> nothing special required.

Thanks!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrei Lepikhov 2025-03-19 17:15:54 Re: Memoize ANTI and SEMI JOIN inner
Previous Message Andres Freund 2025-03-19 16:44:38 Re: optimize file transfer in pg_upgrade