Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only
Date
Msg-id aKh5RBbtlU3I3jde@nathan
Whole thread Raw
In response to Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Don't treat virtual generated columns as missing statistics in vacuumdb --missing-stats-only
List pgsql-hackers
On Fri, Aug 22, 2025 at 10:19:32AM +0900, Fujii Masao wrote:
> At first, I just wondered whether vacuumdb --missing-stats-only would work
> on older servers, since the patch adds access to the attgenerated column,
> which might not exist there. But that's not an issue, because
> --missing-stats-only is supported only on servers version 15 or later,
> where attgenerated is available.

Yeah, this crossed my mind, too, and I reached the same conclusion.

-- 
nathan



pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Remove unneeded cast in heap_xlog_lock.
Next
From: myzhen
Date:
Subject: Re:Re: Improve cache hit rate for OprCacheHash