Message style improvements
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 7 Nov 2020 22:33:43 +0000 (19:33 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sat, 7 Nov 2020 22:33:43 +0000 (19:33 -0300)
commit52eec1c53aa6a7df1683fba79078793f1d0eba42
tree77904101f2736fa1d6d5d9ad99f477f4b4d4fdd1
parent6be725e701611660b36642de9ff1d665a1eb24f5
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>
src/backend/access/heap/vacuumlazy.c
src/backend/commands/indexcmds.c
src/backend/libpq/be-secure-openssl.c