From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Cc: | Donald Dong <xdong(at)csumb(dot)edu>, Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: Unified logging system for command-line programs |
Date: | 2019-02-22 08:39:59 |
Message-ID: | c369a25e-ec9f-3b96-e765-75dd3a63e4c5@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
Attachment | Content-Type | Size |
---|---|---|
v3-0001-Unified-logging-system-for-command-line-programs.patch | text/plain | 511.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2019-02-22 08:43:13 | Autovaccuum vs temp tables crash |
Previous Message | mitani | 2019-02-22 08:33:07 | Re: [PATCH] Allow transaction to partition table using FDW |