pgsql: Make use of generic logging in vacuumlo and oid2name - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Make use of generic logging in vacuumlo and oid2name
Date
Msg-id E1i66NC-0000hE-Hn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fc8cb94bf451cd810ae5b1c1f90b977277247625

Modified Files
--------------
contrib/oid2name/oid2name.c | 18 ++++++++------
contrib/vacuumlo/vacuumlo.c | 59 ++++++++++++++++++++-------------------------
2 files changed, 36 insertions(+), 41 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Use data directory inode number, not port,to select SysV resour
Next
From: Fujii Masao
Date:
Subject: pgsql: Make pg_promote() detect postmaster death while waiting forprom