pgsql: Make use of generic logging in vacuumlo and oid2name

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make use of generic logging in vacuumlo and oid2name
Date: 2019-09-06 05:01:26
Message-ID: E1i66NC-0000hE-Hn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2019-09-06 05:29:06 pgsql: Make pg_promote() detect postmaster death while waiting for prom
Previous Message Tom Lane 2019-09-05 17:32:04 pgsql: Use data directory inode number, not port, to select SysV resour