mirror of
https://github.com/postgres/postgres.git
synced 2025-12-06 00:02:13 +03:00
Improve logical replication worker log messages
Reduce some redundant messages to DEBUG1. Be clearer about the distinction between apply workers and table synchronization workers. Add subscription and table name where possible. Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
@@ -260,7 +260,7 @@ logicalrep_worker_launch(Oid dbid, Oid subid, const char *subname, Oid userid,
|
||||
int nsyncworkers;
|
||||
TimestampTz now;
|
||||
|
||||
ereport(LOG,
|
||||
ereport(DEBUG1,
|
||||
(errmsg("starting logical replication worker for subscription \"%s\"",
|
||||
subname)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user