pgsql: Don't set application_name in logical replication workers

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't set application_name in logical replication workers
Date: 2017-06-06 02:17:27
Message-ID: E1dI43j-0004jU-DS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-06-06 02:25:15 pgsql: Have walsenders participate in procsignal infrastructure.
Previous Message Peter Eisentraut 2017-06-06 01:46:29 pgsql: Fix ALTER SUBSCRIPTION grammar ambiguity