Re: log_min_messages per backend type - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: log_min_messages per backend type
Date
Msg-id al4PzUn6y82eP-t1@alvherre.pgsql
Whole thread
In response to Re: log_min_messages per backend type  (Chao Li <li.evan.chao@gmail.com>)
Responses Re: log_min_messages per backend type
List pgsql-hackers
Hello,

Here's a couple of trivial cleanups of this code.  0001 simplifies code
and removes a duplicate by creating a small subroutine; 0002 also
simplifies memory freeing a tad, by freeing allocations as soon as
no longer needed instead of waiting and being forced to duplicate the
frees in several places.

This is two commits here just for ease of review, but I'd probably push
as one commit (and without backpatch).

-- 
Álvaro Herrera        Breisgau, Deutschland  —  https://www.EnterpriseDB.com/
"World domination is proceeding according to plan"        (Andrew Morton)

Attachment

pgsql-hackers by date:

Previous
From: Andrey Borodin
Date:
Subject: Re: nbtree backwards scan test coverage
Next
From: Laurenz Albe
Date:
Subject: Re: Making the ENUM operators LEAKPROOF