]> granicus.if.org Git - postgresql/commit
Make use of generic logging in vacuumlo and oid2name
authorMichael Paquier <michael@paquier.xyz>
Fri, 6 Sep 2019 05:00:13 +0000 (14:00 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 6 Sep 2019 05:00:13 +0000 (14:00 +0900)
commitfc8cb94bf451cd810ae5b1c1f90b977277247625
tree7da3179ff646f561618bd1d0d73c3fdccb916bcc
parent7de19fbc0b1a9172d0907017302b32846b2887b9
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
contrib/oid2name/oid2name.c
contrib/vacuumlo/vacuumlo.c