pgsql: Simplify WARNING messages from skipped vacuum/analyze on a table - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Simplify WARNING messages from skipped vacuum/analyze on a table
Date
Msg-id E1oxvf9-000XEt-Oq@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: Simplify vacuum_set_xid_limits() signature.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Support for custom slots in the custom executor nodes