mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Use errmsg_internal for debug messages
An inconsistent set of debug-level messages was not using errmsg_internal(), thus uselessly exposing the messages to translation work. Fix those.
This commit is contained in:
@@ -5787,7 +5787,7 @@ do_start_bgworker(RegisteredBgWorker *rw)
|
||||
}
|
||||
|
||||
ereport(DEBUG1,
|
||||
(errmsg("starting background worker process \"%s\"",
|
||||
(errmsg_internal("starting background worker process \"%s\"",
|
||||
rw->rw_worker.bgw_name)));
|
||||
|
||||
#ifdef EXEC_BACKEND
|
||||
|
||||
Reference in New Issue
Block a user