On Mon, 2025-03-03 at 22:04 +0530, Ashutosh Bapat wrote: > But while we have hold of reltuples wasting a chance to > update it in pg_class does not look right to me.
To me, autovacuum=off is a pretty clear signal that the user doesn't want this kind of side-effect to happen. Am I missing something? > I think the solution should be on the pg_dump/restore side and not on > the server side. What solution are you suggesting? The only one that comes to mind is moving everything to SECTION_POST_DATA, which is possible, but it seems like a big design change to satisfy a small detail. Regards, Jeff Davis