Re: Unified logging system for command-line programs

Peter Eisentraut <peter.eisentraut@2ndquadrant.com>

From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Cc: Donald Dong <xdong@csumb.edu>, Andres Freund <andres@anarazel.de>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-02-22T08:39:59Z
Lists: pgsql-hackers

Attachments

Here is an updated patch.  I've finished the functionality to the point
where I'm content with it.  I fixed up some of the remaining special
cases in pg_dump that I hadn't sorted out last time.  I also moved the
scattered setvbuf(stderr, ...) handling (for Windows) into a central
place.  Colors can now be configured, too.

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

Commits

  1. Unified logging system for command-line programs

  2. Assorted translatable string fixes