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

From Alvaro Herrera
Subject Re: backend type in log_line_prefix?
Date
Msg-id 20200310180731.GA15183@alvherre.pgsql
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?  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
I like these patches; the first two are nice cleanup.

My only gripe is that pgstat_get_backend_desc() is not really a pgstat
function; I think it should have a different name with a prototype in
miscadmin.h (next to the enum's new location, which I would put
someplace near the "pmod.h" comment rather than where you put it;
perhaps just above the AuxProcType definition), and implementation
probably in miscinit.c.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [PATCH] Connection time for \conninfo
Next
From: Stephen Frost
Date:
Subject: Re: [PATCH] Connection time for \conninfo