Re: Vacuuming the free space map considered harmful?

Christophe Pettus <xof@thebuild.com>

From: Christophe Pettus <xof@thebuild.com>
To: Andres Freund <andres@anarazel.de>
Cc: Melanie Plageman <melanieplageman@gmail.com>, pgsql-hackers@postgresql.org
Date: 2025-03-19T16:54:51Z
Lists: pgsql-hackers

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

Thanks!