Re: backend type in log_line_prefix? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: backend type in log_line_prefix?
Date
Msg-id b749274f-049e-c971-b777-94e2202c0471@2ndquadrant.com
Whole thread Raw
In response to Re: backend type in log_line_prefix?  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: backend type in log_line_prefix?  (Kuntal Ghosh <kuntalghosh.2007@gmail.com>)
Re: backend type in log_line_prefix?  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-hackers
Updated patch set because of conflicts.

On 2020-02-21 10:09, Peter Eisentraut wrote:
> After positive initial feedback, here is a more ambitious patch set.  In
> particular, I wanted to avoid having to specify the backend type (at
> least) twice, once for the ps display and once for this new facility.
> 
> I have added a new global variable MyBackendType that uses the existing
> BackendType enum that was previously only used by the stats collector.
> Then the ps display, the stats collector, the log_line_prefix, and other
> places can just refer to this to know "who am I".  (There are more
> places like that, for example in the autovacuum system, so patch 0004 in
> particular could be expanded in analogous ways.)

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Ivan Panchenko
Date:
Subject: Re[6]: bool_plperl transform
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Moving relation extension locks out of heavyweight lock manager