Make use of generic logging in vacuumlo and oid2name

Michael Paquier <michael@paquier.xyz>

Commit: fc8cb94bf451cd810ae5b1c1f90b977277247625
Author: Michael Paquier <michael@paquier.xyz>
Date: 2019-09-06T05:00:13Z
Releases: 13.0
Make use of generic logging in vacuumlo and oid2name

Doing the switch reduces the footprint of "progname" in both utilities
for the messages produced.  This also cleans up a couple of
inconsistencies in the message formats.

Author: Michael Paquier
Reviewed-by: Álvaro Herrera, Peter Eisentraut
Discussion: https://postgr.es/m/20190820012819.GA8326@paquier.xyz

Files

PathChange+/−
contrib/oid2name/oid2name.c modified +10 −8
contrib/vacuumlo/vacuumlo.c modified +26 −33

Discussion