pgsql: Add elevel parameter to relation_needs_vacanalyze().

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add elevel parameter to relation_needs_vacanalyze().
Date: 2026-04-03 22:05:39
Message-ID: E1w8me2-002oJC-1q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add elevel parameter to relation_needs_vacanalyze().

This will be used in a follow-up commit to avoid emitting debug
logs from this function.

Author: Sami Imseih <samimseih(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAA5RZ0s4xjMrB-VAnLccC7kY8d0-4806-Lsac-czJsdA1LXtAw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01876ace13697163b3b8455e1c7e4140ecfcdb1a

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-04-03 22:25:54 pgsql: Make data checksum tests more resilient for slow machines
Previous Message Nathan Bossart 2026-04-03 21:45:40 pgsql: Teach relation_needs_vacanalyze() to always compute scores.