Fix a typo of mod_since_analyze in do_analyze_rel
Yugo Nagata <nagata@sraoss.co.jp>
From: Yugo Nagata <nagata@sraoss.co.jp>
To: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2025-08-04T05:01:20Z
Lists: pgsql-hackers
Attachments
- fix_typo_mod_since_analyze.patch (text/x-diff) patch
Hi, I found comments in do_analyze_rel that refers to "change_since_analyze". I believe that is a typo and shoud be "mod_since_analyze". I've attached a patch to fix it. Regards, Yugo Nagata -- Yugo Nagata <nagata@sraoss.co.jp>
Commits
-
Fix incorrect comment regarding mod_since_analyze
- bca9a1900c87 19 (unreleased) landed