aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorFujii Masao <fujii@postgresql.org>2020-11-30 11:05:19 +0900
committerFujii Masao <fujii@postgresql.org>2020-11-30 11:05:19 +0900
commit98e2d58d66c81d9f1e49813c1acd4d7312089f4a (patch)
tree19ff0bfd90e09f631ced139c1e26df9ceeb748ff /src/backend/access/gist
parent7e5e1bba034ee02245e8a3833aa1f6ea7253b584 (diff)
downloadpostgresql-98e2d58d66c81d9f1e49813c1acd4d7312089f4a.tar.gz
postgresql-98e2d58d66c81d9f1e49813c1acd4d7312089f4a.zip
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
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions