pgsql: Simplify WARNING messages from skipped vacuum/analyze on a table

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify WARNING messages from skipped vacuum/analyze on a table
Date: 2022-11-23 19:44:04
Message-ID: E1oxvf9-000XEt-Oq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify WARNING messages from skipped vacuum/analyze on a table

This will more easily accomodate adding new permissions for vacuum and
analyze.

Nathan Bossart following a suggestion from Kyotaro Horiguchi

Discussion: https://postgr.es/m/20220726.104712.912995710251150228.horikyota.ntt@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b7a5ef17cf75c712b0fe5c5a20133a88da897aab

Modified Files
--------------
src/backend/commands/vacuum.c | 32 ++------
src/test/isolation/expected/vacuum-conflict.out | 16 ++--
src/test/regress/expected/vacuum.out | 102 ++++++++++++------------
3 files changed, 65 insertions(+), 85 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2022-11-23 22:02:02 pgsql: Support for custom slots in the custom executor nodes
Previous Message Peter Geoghegan 2022-11-23 19:11:48 pgsql: Simplify vacuum_set_xid_limits() signature.