pgsql: Improve log message about termination of background workers.

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Improve log message about termination of background workers.
Дата
Msg-id E1kjYcq-0006Ub-Dn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve log message about termination of background workers.

Previously the shutdown of a background worker that uses die() as
SIGTERM signal handler produced the log message "terminating
connection due to administrator command". This log message was
confusing because a background worker is not a connection.
This commit improves that log message to "terminating background
worker XXX due to administrator command" (XXX is replaced with
the name of the background worker). This is the same log message
as another SIGTERM signal handler bgworker_die() for a background
worker reports.

Author: Bharath Rupireddy
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/3f292fbb-f155-9a01-7cb2-7ccc9007ab3f@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/98e2d58d66c81d9f1e49813c1acd4d7312089f4a

Modified Files
--------------
src/backend/tcop/postgres.c | 5 +++++
1 file changed, 5 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix recently-introduced breakage in psql's \connect command.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Fix typo in comment.