Re: Plug-in common/logging.h with vacuumlo and oid2name
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-09-05T07:40:46Z
Lists: pgsql-hackers
Attachments
- vacuumlo-oid2name-logging-v2.patch (text/x-diff) patch v2
On Thu, Sep 05, 2019 at 08:59:41AM +0900, Michael Paquier wrote: > There is an argument to allow libpq to find out a service file for > a connection from the executable path. Note that oid2name can use a > connection string for connection, but not vacuumlo, so I somewhat > missed that. If you think that's not worth considering for now, I am fine to drop that part. What do you think about the updated patch attached then? -- Michael
Commits
-
Make use of generic logging in vacuumlo and oid2name
- fc8cb94bf451 13.0 landed