pgsql: pgbench: Make more debug messages use common logging API

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pgbench: Make more debug messages use common logging API
Date: 2020-01-10 00:05:45
Message-ID: E1ipho9-0004cv-LW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Make more debug messages use common logging API

This is a follow-up of 30a3e772, making the output more consistent when
using --debug for meta-command execution.

Author: Michael Paquier
Reviewed-by: Fabien Coelho
Discussion: https://postgr.es/m/alpine.DEB.2.21.1912241100390.3339@pseudo

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/39a5f2a94f8a3bcfdb3da7391427a63f8f88b210

Modified Files
--------------
src/bin/pgbench/pgbench.c | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-01-10 00:39:28 pgsql: doc: Fix naming of SELinux
Previous Message Michael Paquier 2020-01-09 23:48:50 Re: pgsql: tableam: New callback relation_fetch_toast_slice.