]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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)
commit99f9384ea91761cdb957d051b0ca64179320b2ed
treeb9238b0acacf6cb562025aaf2b199f5084c95686
parentf3ad4fddfaf71e8f6f037cd627f398ba43625ca1
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