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
- v3-0001-Unified-logging-system-for-command-line-programs.patch (text/plain) patch v3-0001
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
-
Unified logging system for command-line programs
- cc8d41511721 12.0 landed
-
Assorted translatable string fixes
- 55a70a023c3d 10.0 cited