Thread: [COMMITTERS] pgsql: Don't set application_name in logical replication workers

[COMMITTERS] pgsql: Don't set application_name in logical replication workers

From
Peter Eisentraut
Date:
Don't set application_name in logical replication workers

This was bothering some people because it's not the intended use of
application_name and it makes the default view of pg_stat_activity
bulky.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41a21bf9b4a2449eddc8ea2b29597e835eea9bfd

Modified Files
--------------
src/backend/replication/logical/launcher.c | 4 ----
src/backend/replication/logical/worker.c   | 4 ----
2 files changed, 8 deletions(-)