pgsql: Message style improvements

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Message style improvements
Date: 2020-11-07 22:37:02
Message-ID: E1kbWpS-00065f-1X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Message style improvements

* Avoid pointlessly highlighting that an index vacuum was executed by a
parallel worker; user doesn't care.

* Don't give the impression that a non-concurrent reindex of an invalid
index on a TOAST table would work, because it wouldn't.

* Add a "translator:" comment for a mysterious message.

Discussion: https://postgr.es/m/20201107034943.GA16596@alvherre.pgsql
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52eec1c53aa6a7df1683fba79078793f1d0eba42

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 16 ++--------------
src/backend/commands/indexcmds.c | 5 +++--
src/backend/libpq/be-secure-openssl.c | 2 ++
3 files changed, 7 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-11-08 02:52:54 pgsql: Improve nbtree README's LP_DEAD section.
Previous Message Peter Eisentraut 2020-11-07 22:04:38 pgsql: Fix redundant error messages in client tools