[HACKERS] Why does logical replication launcher set application_name? - Mailing list pgsql-hackers

From Tom Lane
Subject [HACKERS] Why does logical replication launcher set application_name?
Date
Msg-id 29009.1491936023@sss.pgh.pa.us
Whole thread Raw
Responses Re: [HACKERS] Why does logical replication launcher set application_name?  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
I notice looking at pg_stat_activity that the logical replication launcher
sets its application_name to "logical replication launcher".  This seems
inconsistent (no other standard background process sets application_name),
redundant with other columns that already tell you what it is, and an
unreasonable consumption of horizontal space in the tabular output.
Can we drop that?  If we do have to have something like that, what about
putting it in the "query" field where it's much less likely to be
substantially wider than any other entry in the column?
        regards, tom lane



pgsql-hackers by date:

Previous
From: Dmitry Ivanov
Date:
Subject: Re: [HACKERS] Possible problem in Custom Scan API
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Vacuum: allow usage of more than 1GB of work mem