Plug-in common/logging.h with vacuumlo and oid2name
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-08-20T01:28:19Z
Lists: pgsql-hackers
Attachments
- vacuumlo-oid2name-logging.patch (text/x-diff) patch
Hi all, While refactoring some code, I have bumped into $subject, which causes both tools to have incorrect error message formats and progname being used all through the code, sometimes incorrectly or just missing. At the same time, we are missing a call to set_pglocale_pgservice() for both binaries. Any objections to the cleanup attached? -- Michael
Commits
-
Make use of generic logging in vacuumlo and oid2name
- fc8cb94bf451 13.0 landed