Обсуждение: pgsql: Message style improvements

Поиск
Список
Период
Сортировка

pgsql: Message style improvements

От
Alvaro Herrera
Дата:
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@paquier.xyz>

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99f9384ea91761cdb957d051b0ca64179320b2ed

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(-)